Forum Replies Created

Viewing 30 posts - 64,921 through 64,950 (of 65,784 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 15, 2016 at 16:44

    Hello,

    Try to add this code in Custom CSS:

    .woocommerce_product_categories .widget-title {
        background-color: #0cb3d7 !important;
        padding-left: 10px;
        border-top: 0;
        color:white;
    }
    .woocommerce_product_categories {
        border: 2px solid #0cb3d7;
        border-radius: 7px;
    }
    .woocommerce_product_categories .product-categories li a {
        margin-left: 10px;
    }
    .woocommerce_product_categories .product-categories {
        margin-bottom: 0;
    }
    .widget_product_categories{
      border: 2px solid #0cb3d7;  
      margin-bottom: 20px;
      border-radius: 7px;
    }
    .widget_product_categories ul li a {
        margin-left: 1vw;
    }
    .widget_product_categories h2 {
        padding-left: 1vw;
        padding-top: 1vw;
        padding-bottom: 1vw;
        color: white;
        border-bottom: 2px solid #0cb3d7;
        background-color: #0cb3d7;
    }
    .widget_product_categories .with-accordion {
        margin-bottom: 0;
    }

    To make zoom effect work correctly you need to upload image with a larger size http://prntscr.com/djsph8, or you can disable zoom (Theme Options > Single Product Page > Zoom effect).

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 15, 2016 at 11:08

    Hello,

    In this case, you need to add the class for black line separator block, for example, http://prntscr.com/djojsa and next add this code in Custom CSS:

    .black-separator h4 {
        color: black !important;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 15, 2016 at 10:28

    Hello,

    Try to add color: grey; in previous code
    and this code in Global Custom CSS:

    .vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:hover {
        color: grey;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 15, 2016 at 08:05

    Hello,

    You’re welcome!
    Feel free to ask if you need any other help.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 14, 2016 at 18:37

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 14, 2016 at 16:34

    Hello,

    Fixed. Please check it now.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 14, 2016 at 13:37

    Hello,

    Please add this code in Theme Options > Custom CSS > Custom CSS for mobile:

    .single-product .product-content {
        width: 100%;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 14, 2016 at 13:24

    Hello,

    Try to add this code in Custom CSS:

    footer #wpmega-menu-max_mega_menu_2 {
        background-color: black;
    }
    footer #wpmega-menu-max_mega_menu_2 > li:hover {
        background: red;
    }
    footer #wpmega-menu-max_mega_menu_2 a {
        color: blue;
    }
    footer #wpmega-menu-max_mega_menu_2 > li:hover a {
        color: white;
    }

    Add your own values.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 14, 2016 at 13:06

    Hello,

    Please see screenshot http://prnt.sc/djat7p

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 14, 2016 at 11:25

    Hello,

    Try to add this code in Custom CSS:

    .vc_gitem-post-data-source-post_excerpt {
        display: none;
    }
    .category .blog-post .content-article p{
        display:none;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 14, 2016 at 08:30

    Hello,

    Sorry for a delay.
    They are stretched to the container width.
    If you want to make them wider you need either stretch row content http://prntscr.com/dj7zy9 or stretch container width.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 14, 2016 at 08:24

    Hello,

    You may try https://wordpress.org/plugins/woocommerce-quantity-increment/ plugin to get “Plus and minus” options.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 13, 2016 at 16:35

    Hello,

    You’re welcome!
    Try it:

    .header-type-8{
        overflow-y: auto;
        overflow-x: hidden;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 13, 2016 at 15:32

    Hello,

    Thank you for contacting us.
    Try to add this code in Custom CSS file:

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

    How to create custom.css you can watch in this tutorial https://www.youtube.com/watch?v=Qok2zRedRMY.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 13, 2016 at 12:02

    Hello,

    Please add this code in Custom CSS:

    .blog .content-article p {
        display: none;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 13, 2016 at 11:52

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 13, 2016 at 08:46

    Hello,

    Oh, I see. Change previous code to

        <?php if ( is_shop() || is_product_category() || is_product_tag() || taxonomy_exists( 'brand' ) && is_tax( 'brand' ) ): ?>
       <h1 class="title"><span><?php woocommerce_page_title(); ?></span></h1>
      <?php else: ?>
        <h1 class="title"><span><?php the_title(); ?></span></h1>
    <?php endif; ?>

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 13, 2016 at 08:22

    Hello,

    Please add this code in custom.css file:

    @media (max-width: 480px){
    .header-variant2 #top-cart {
        margin: 20px 0 10px 0;
    }
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 13, 2016 at 08:15

    Hello,

    Glad to hear that problem has been resolved.
    Have a nice day.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 13, 2016 at 08:06

    Hello,

    You can edit register form in the file wp-content/themes/woopress/framework/theme-functions.php (line 1287, find the section “! Registration Form”).
    Make your changes in the child theme to prevent losing them after theme update.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 13, 2016 at 08:00

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2016 at 13:57

    Hello,

    Please see screenshots: http://prntscr.com/difzw4 http://prntscr.com/dig03p

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2016 at 08:18

    Hello,

    Please add this code in Custom CSS:

    footer.main-footer.main-footer-1.text-color-light {
        background-color: #800000;
        background: -webkit-linear-gradient(top,#800000,#000000);
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2016 at 08:14

    Hello,

    Please add this code in Custom CSS:

    .page-wrapper .content-page { 
       display: block;
       clear: both; 
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 9, 2016 at 16:15

    Hello,

    Thank you for contacting us.
    Your site is in a maintenance mode http://prntscr.com/dhcbcx. Please provide us with wp-admin access in Private Content.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 9, 2016 at 16:08

    Hello,

    You’re welcome!
    Have a nice day.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 9, 2016 at 16:02

    Hello,

    Oh, I see. Try to add this code in Custom CSS:

    footer ul.instagram-pics.instagram-size-thumbnail li {
        width: 95px;
        padding: 10px 10px 0 0;
        display: inline-block;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 9, 2016 at 15:02

    Hello,

    You can create custom sidebar in Appearance > Widgets and add Instagram widget there. Then edit your footer static block and add created sidebar via Widgetised element in Visual Composer editor
    https://8theme.com/demo/docs/woopress/index.html#!/0_footer

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 9, 2016 at 14:37

    Hello,

    We’ll fix it in the next theme update. Thanks for the report!
    You can wait for the update or go to legenda/framework/theme-functions.php and change this code http://prnt.sc/deg797 to this http://prnt.sc/deg7lt

    <?php if ( is_shop() ): ?>
        <h1 class="title"><span><?php woocommerce_page_title(); ?></span></h1>
    <?php else: ?>
         <h1 class="title"><span><?php the_title(); ?></span></h1>
    <?php endif; ?>

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 9, 2016 at 11:57

    Hello,

    You’re welcome!
    When I tried to enter WP Dashboard I got this error:
    ERROR: The password you entered for the username is incorrect.
    So please check the credentials or reset the password.

    Regards,
    Rose Tyler.

  • 1 2 3 2,164 2,165 2,166 2,191 2,192 2,193
    Viewing 64,950 results - 64,921 through 64,950 (of 65,784 total)
Viewing 30 posts - 64,921 through 64,950 (of 65,784 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.