Forum Replies Created

Viewing 30 posts - 65,281 through 65,310 (of 65,741 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 10, 2016 at 12:25

    Hello,

    Fixed. Please check it now.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 10, 2016 at 09:56

    Hello,

    Have you edited original style.css file?
    We don’t recommend to do this because you’ll lost the changes after theme update.
    Make all style modifications in Theme Options > Custom CSS.
    You can add this code in Custom CSS:

    .woocommerce-Price-amount {  
     color: black;
    }

    Also, provide screenshot for our better understanding and highlight what exactly you want

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 10, 2016 at 08:50

    Hello,

    It’s sidebar which can be enabled/disabled in Theme Options > Shop > Enable sidebar on “My Account” page.
    Also, you can add this code in Custom CSS:

    .woocommerce-MyAccount-content .span3 {
       display: none;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 10, 2016 at 08:31

    Hello,

    To hide products count you need to comment the code in the wp-content/themes/legenda/woocommerce/content-product_cat.php file:

    if ( $category->count > 0 )
    echo apply_filters( 'woocommerce_subcategory_count_html', ' (' . $category->count . ')', $category );

    We recommend to make any changes in theme source files in child theme https://codex.wordpress.org/Child_Themes so you won’t lose your customizations after the next theme update.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 10, 2016 at 07:37

    Hello,

    Please provide us with link to the site and wp-admin access in Private Content.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 10, 2016 at 07:18

    Hello,

    Please read our documentation https://8theme.com/demo/docs/royal/index.html#!/3_one_page
    Also, you can add this code in Custom CSS:

    .menu-icon {
       display: none;
    }
    div.wpcf7 .wpcf7-form-control {
      max-width: 100%;
    }
    .wpcf7 label {
       width: 100%;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 7, 2016 at 13:22

    Hello,

    You can change sizes in Woocommerce > Settings > Products > Display. Then regenerate thumbnails http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 7, 2016 at 12:38

    Hello,

    You are welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 7, 2016 at 12:29

    Hello,

    Fixed. Please check it now.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 7, 2016 at 12:16

    Hello,

    As I see it’s working fine. Please see screenshot: http://prntscr.com/cqwqc6
    Have you resolved the issue?

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 7, 2016 at 12:07

    Hello,

    You can write text content in this function:

    function woo_new_product_tab_content() {
    
    // The new tab content
    
    echo ‘<h2>New Product Tab</h2>’;
    echo ‘<p>Here\’s your new product tab.</p>’;
    
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 7, 2016 at 10:46

    Hello,

    You can add this code in Custom CSS for mobile:

    .shop-full-width .products-grid.row-count-4 .product {
        width: 50%;
    }
    .shop-full-width .etheme_add_to_cart_button.product_type_simple {
        padding: 6px;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 7, 2016 at 10:07

    Hello,

    You are welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 7, 2016 at 10:03

    Hello,

    You can try to use it https://app.prntscr.com for creating screenshots
    Also try to add this code in Custom CSS:

    .single-product .woocommerce-message {
        background-color: #75d69c !important;
        color: black;
    }
    .single-product .woocommerce-message .button {
        color: black;
    }
    .single-product .emodal.shown {
        background-color: antiquewhite;
        color: red;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 6, 2016 at 09:10

    Hello,

    You are welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 6, 2016 at 07:22

    Hello,

    You can add this code in Custom CSS:

    .fixed-header .menu>li a{
     color:#765c1e !important;
     font-size: 18px !important;
     font-variant: inherit;
     font-weight: bold;
    }
    .menu .menu-full-width .nav-sublist-dropdown ul>li>a{
     color:#765c1e !important;
    }
    .menu .menu-full-width .nav-sublist-dropdown ul>li.menu-item-has-children .nav-sublist ul li a{
     color:#765c1e !important;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 6, 2016 at 07:11

    Hello,

    Add the following code in Custom CSS

    .btn.border-grey.product_type_variable {
        background-color: #262626;
        border-color: #262626;
        color: white;
        border-radius: 0;
        padding: 5px;
        font-size: 13px;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2016 at 14:49

    Hello,

    We’re glad to hear that your issue was solved.
    If you have any questions feel free to contact us.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2016 at 14:47

    Hello,

    Add the following code in Custom CSS

    .blog-post h6.active {
      display: none;
     }
    .blog-post .wp-picture {
      margin-bottom: 30px;
    }

    Also, you can read the article and watch the video: https://developers.google.com/web/tools/chrome-devtools/iterate/inspect-styles/

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2016 at 14:02

    Hello,

    You are welcome!
    Please use this code:

    .blog .active {
       display: none;
    }

    Your images have different original sizes. You should upload them with similar dimensions or add this code:

    .blog-post img{
       height: 155px;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2016 at 13:22

    Hello,

    Please add this code:

    .home .slide-item.thumbnails-x.post-slide h6.active {
       display: none;
    }
    .home .slide-item.thumbnails-x.post-slide .meta-post {
       display: none;
    }
    .blog .content-article{
        text-align: justify;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2016 at 13:03

    Hello,

    You are welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2016 at 12:24

    Hello,

    You can add this code in Custom CSS:

    .main-footer p{
       font-family: jura !important;
    }

    As I see, your .vc_separator h4 alreadi bold, also you can to change font size:

    .main-footer-1 .vc_separator h4{
        font-size: 20px !important;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2016 at 12:05

    Hello,

    You can add this code in Custom CSS:

    .banners_top_row .effect-1 .mask {
       display: none;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2016 at 10:26

    Hello,

    Fixed sidebar is not possible via default theme settings but can be done via additional customization which is out of our basic support scope. You can order additional service via this form: https://www.8theme.com/customization-services/

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2016 at 10:21

    Hello,

    Try it:

    .main-nav .menu > li .nav-sublist-dropdown {
        max-width: 200px;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2016 at 09:55

    Hello,

    You are welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2016 at 09:38

    Hello,

    Also, you can add this code in Custom CSS:

    .header.main-header {
        background-color: #3f3d3d;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2016 at 09:29

    Hello,

    You can add this code in Custom CSS:

    
    .header-type-3 .main-nav .menu > li{
       position: relative;
    }
    .page-heading h1{
       display: none;
    }
    

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2016 at 09:14

    Hello,

    Please provide us with link to your site.
    Also, you can read the article and watch the video: https://developers.google.com/web/tools/chrome-devtools/iterate/inspect-styles/.

    Regards,
    Rose Tyler.

  • 1 2 3 2,176 2,177 2,178 2,190 2,191 2,192
    Viewing 65,310 results - 65,281 through 65,310 (of 65,741 total)
Viewing 30 posts - 65,281 through 65,310 (of 65,741 total)
8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.