Forum Replies Created

Viewing 30 posts - 67,981 through 68,010 (of 68,220 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 11, 2016 at 15:33

    Hello,

    You can edit “Returns and Delivery” tab in Theme Options > Single Product page > Custom Tab Title and Return.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 11, 2016 at 15:13

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 11, 2016 at 13:53

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 11, 2016 at 13:51

    Hello,

    You can use Product Categories element in Visual Composer editor http://prnt.sc/c4dyhv. To get VC editor in pages go to Visual Composer > Role Manager > Post Types > Custom > tick needed elements.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 11, 2016 at 13:00

    Maybe highlight what exactly you want for our better understanding. Please explain more details about it.
    Also, try code:

    .banner-content h1 {
        font-weight: 600 !important;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 11, 2016 at 12:55

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 11, 2016 at 12:33

    Hello,

    Body and Headings font you can change in Theme Options > Typography http://prntscr.com/c4d2rf.
    Also for paragraphs font you can use this code:

    .wpb_wrapper p {
       font-weight: 600;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 11, 2016 at 12:17

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 11, 2016 at 12:06

    Hello,

    You can add this code in Custom CSS:

    .list-arrow li {
      display: block;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 11, 2016 at 12:01
    .woocommerce-cart .page-content {
        margin-top: 30px !important;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 11, 2016 at 10:47
    #text-2 .textwidget a:before {
        content: 'I';
        font-family: 'Curier', sans-serif;
        display: inline-block;
        width: 1px;
        height: auto;
        margin: 2px 15px 0 -10px;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 11, 2016 at 10:38

    Hello,

    You can add this code in Custom CSS:

    .page-id-15851 .page-heading.bc-type-5 {
       padding-bottom: 25px !important;
    }
    .page-id-16609 .page-heading.bc-type-5 {
       padding-bottom: 10px !important;
    }
    .page-id-16609 .page-content.sidebar-position-without.sidebar-mobile-bottom {
       margin-top: 30px !important;
    }

    Change value padding and margin to yours.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 11, 2016 at 09:30

    Hello,

    You can add this code in Custom CSS:

    #text-2 .textwidget a:after {
        content: 'I';
        font-family: 'Open Sans', sans-serif;
        display: inline-block;
        width: 1px;
        height: auto;
        margin: 2px 12px 0;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 11, 2016 at 07:58

    Hello,

    You can edit Contact page template in wp-content/themes/legenda/contacts.php. We recommended to make all changes in Child Theme. Unfortunately, we do not have the ability to edit form via admin panel.

    Regards,
    Rose Tyler

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 11, 2016 at 07:34

    Hello,

    You can add this code in Custom CSS:

    .row-copyrights .pull-left {
       float: none !important;
       text-align: center;
    }
    .copyright.text-color-light a:hover {
      color: red !important;
    }
    a:hover {
      text-decoration: none !important;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 11, 2016 at 07:13

    Hello,

    Please add this code in Custom CSS:

    .wpb_wrapper .wpb_content_element {
        margin-bottom: 0 !important;
    }

    In case this code is not work, please, provide admin panel access in Private Content.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 10, 2016 at 15:59

    To disable demo footer go to Theme Options > General > Show footer demo blocks > Off.
    I have done it, now you can edit the Footer Copyright and Footer Links.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 10, 2016 at 15:32
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 10, 2016 at 14:54

    Hello,

    You can use Post Grid element in VC editor http://prntscr.com/c3z29m http://prntscr.com/c3z3jc http://prntscr.com/c3z3p9 http://prntscr.com/c3z445.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 10, 2016 at 14:21

    Hello,

    Please provide us with FTP credentials.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 10, 2016 at 14:10

    Hello,

    You can create a columns using Visual Composer http://prntscr.com/c3ygfg

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 10, 2016 at 13:46

    Please provide us with link to the page and wp-admin access in Private Content.
    Also, you can read our documentation https://8theme.com/demo/docs/legenda/index.html#!/footer.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 10, 2016 at 13:29

    Hello,

    Please add this code in Theme Options > Custom CSS > Global Custom CSS

    .header-type-17 .header-top {
       background-color: #f7be68;
    }
    .header-type-17 .header-top .header-custom-block {
       color: red;
    }
    .header-type-17 .header-top .header-custom-block a {
       color: red;
    }
    .header-type-17 .header-top .shopping-container {
       border-left: 1px solid red;
    }
    .header-type-17 .header-top .shopping-cart-widget .cart-bag .ico-sum{
       background-color: red;
    }
    .header-type-17 .header-top .shopping-cart-widget .cart-bag .ico-sum:before{
       border-color: red;
    }
    .header-type-17 .header-top .shopping-cart-widget .shop-text{
       color: red;
    }
    .header-type-17 .header-top .shopping-cart-widget .total {
       color: red;
    }

    Change color to yours.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 10, 2016 at 13:16

    Hello,

    Use this css code to change mobile menu background and font color:

    .mobile-nav {
        background-color: #f7be68;
    }
    .mobile-nav-heading.close-mobile-nav {
        background-color: #f7be68;
        color: red;
    }
    .mobile-nav li > ul {
        background-color: red;
    }
    .mobile-nav li > ul:before {
        border-bottom-color: red;
    }
    .mobile-nav li > ul > li ul{
        background-color: #f7f7f7;
    }
    .mobile-nav li > ul:before { 
        border-bottom-color: #f7f7f7;
    }
    .mobile-nav li > ul > li a {
        color: #000;
    }

    Change color to yours.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 10, 2016 at 12:36

    Hello,

    To change header logo go to Theme Options > Header > upload logo and logo image for fixed header.
    Change footer logo according to theme documentation:
    https://8theme.com/demo/docs/woopress/index.html#!/0_footer
    We recommended you to change image file used for demo footer by your file of same size because we can not guarantee its correct display with larger image.
    In case these options is not work, please, provide admin panel and FTP access in Private Content.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 10, 2016 at 12:21

    Hello,

    Please update the theme to the latest version and check the issue.
    Before update delete “woocommerce” folder in the directory wp-content/themes/royal/ and it’ll be reuploaded from a new theme package.
    Don’t forget to make backup of the site before update.

    Here is video tutorial how to update theme.
    https://youtu.be/KdWESIIPU1k
    (it’s for Legenda theme but the process is the same).

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 10, 2016 at 10:29

    Hello,

    Please add this code in Theme Options > Custom CSS > Global Custom CSS

    .banner.banner-left.align-center.valign-middle.responsive-fonts.cursor-pointer.banner-font-.hover-fade {
       margin-bottom: 0;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 10, 2016 at 10:06

    It was happened because of the individual styles that have been written for the last menu item before
    http://prntscr.com/c3vf9c.
    You can add this code in Custom CSS:

    .menu .menu-full-width .nav-sublist-dropdown ul > li > a {
       font-size: 14px !important;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 10, 2016 at 09:40

    Hello,

    Yes, temporary disable third-party plugins and check your site.
    After that please let us know results. In case it is not work, please, provide admin panel and FTP access in Private Content.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 10, 2016 at 09:03

    Hello,

    Please update the theme and check it.
    Before update delete “woocommerce” folder in the directory wp-content/themes/woopress/ and it’ll be reuploaded from a new theme package.
    Don’t forget to make backup of the site before update.
    Here is video tutorial how to update theme.
    https://youtu.be/KdWESIIPU1k
    (it’s for Legenda theme but the process is the same).

    Regards,
    Rose Tyler.

  • 1 2 3 2,266 2,267 2,268 2,272 2,273 2,274
    Viewing 68,010 results - 67,981 through 68,010 (of 68,220 total)
Viewing 30 posts - 67,981 through 68,010 (of 68,220 total)
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.