Forum Replies Created

Viewing 30 posts - 67,171 through 67,200 (of 68,220 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 9, 2017 at 09:56

    Hello,

    Try to add this code in Global Custom CSS section:

    .footer-top .widget_nav_menu li.current-menu-item a {
        background: transparent;
        color: black !important;
    }
    .navbar-collapse.collapse {
        display: flex !important;
        justify-content: center;
        margin-top: 15px;
    }

    and this for mobile:

    .navbar-right .navbar-right {
        left: 14px;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 9, 2017 at 09:08

    Hello,

    Try to add this code in Global Custom CSS section:

    .header-wrapper .menu {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 10px;
    }
    .header-wrapper .menu > li > a:hover {
        background-color: white;
        color: black;
    }

    For this .header-wrapper .menu > li > a in custom css you can change padding to padding-bottom: 5px;, also add transition: all 0.2s ease-in-out;

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 9, 2017 at 08:36

    Hello,

    Try to change Product type http://prntscr.com/dta2nf
    You can select Products Type “New” in the Products element settings, but you should also mark products as new in the edit http://prntscr.com/dta38h

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 9, 2017 at 08:22

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 9, 2017 at 08:19

    Hello,

    Try to add this code in Custom CSS:

    .page-numbers .prev, .page-numbers .next {
        height: 27px;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 9, 2017 at 08:14

    Hello,

    Could you please show a screenshot for better understanding what exactly space you want to remove?

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 9, 2017 at 08:04

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 6, 2017 at 17:11

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 6, 2017 at 13:41

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 6, 2017 at 13:22

    Hello,

    Try to add this code in Custom CSS:

    .single-post .blog-post .active {
        display: none;
    }
    .single-post .blog-post  .entry-title {
        display: none; 
    }
    .single-post .blog-post  .meta-post {
        display: none; 
    }
    .single-post .content.col-md-12 p:last-child {
        display: none;
    }
    .single-post .blog-post .content-article p{
        display:block !important;
    }

    Go to Theme Options > Blog Layout > Show About Author block.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 6, 2017 at 11:42

    Hello,

    Try to add this code in Custom CSS:

    .widget_shopping_cart_content .empty {
        margin-bottom: 0;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 6, 2017 at 09:24

    Hello,

    As I see, your mobile menu colors are different http://prntscr.com/ds4r78
    Was your problem resolved?

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 6, 2017 at 09:01

    Hello,

    You can edit themes/woopress/woocommerce/content-product_cat.php file.
    Make your changes in the child theme to prevent losing them after theme update.

    Also, try to add this code in Custom CSS:

    .post-type-archive-product .categories-mask span {
        display: none;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 6, 2017 at 08:31

    Hello,

    I’ve create Static Blocks > Footer test like on demo. You can edit it.
    Also, clear browser cache and check your Home page now.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 6, 2017 at 08:02

    Hello,

    Try to found this option in Woocommerce > Settings > Products > Display > Product Image Gallery http://prntscr.com/ds45ze
    Also, you can use Lightbox option in our theme in Theme Options > Single Product Page > “Enable Lightbox for Product Images”.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 6, 2017 at 07:58

    Hello,

    Could you please provide a link to your website so we could check it?

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 6, 2017 at 07:57

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 5, 2017 at 16:29

    Hello,

    Please, add !important http://prntscr.com/dru5b6
    Also, try to use this code for header menu:

    .main-nav .menu > li.menu-full-width .nav-sublist-dropdown {
        opacity: 0.9;
    }
    .main-nav .menu > li .nav-sublist-dropdown {
        opacity: 0.9;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 5, 2017 at 16:15

    Hello,

    Second menu on “My Account” page is related to Woocommerce. If you want to remove it. Use this css code:

    .woocommerce-account .woocommerce-MyAccount-navigation {
       display: none;
    }

    This is default Woocommerce layout. If you want to edit it you have to modify Woocommerce files wp-content\plugins\woocommerce\templates\myaccount\ folder.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 5, 2017 at 14:50

    Hello,

    Please read this topic https://www.8theme.com/topic/search-fields-woopress/

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 5, 2017 at 14:06

    Hello,

    Your changes won’t be lost if you modify custom.css file only and not original style.css. If you’re using custom.css of the parent theme, that’s fine. Custom CSS file is used to overwrite original css styles. It’s not recommended to edit original style.css.
    You can make changes either in custom.css file or in child style.css.
    Only if you made changes in template files instead of child theme then these changes will be lost. That’s why we always recommend to use child theme for all the types of customization.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 5, 2017 at 13:50

    Hello,

    As I see, your “My acoun” page is fine.
    Please, see screenshot for create menu http://prntscr.com/drs8n1.
    Go to Theme Options > Shop > “Enable sidebar on “My Account” page”.
    Also, you can change some options in WooCommerce > Settings > Accounts.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 5, 2017 at 10:00

    Hello,

    Please read about the child theme
    https://codex.wordpress.org/Child_Themes
    When you edit some files in the parent theme and don’t want to lose modifications after theme update you should copy the edited file to the same file structure in the child theme.
    Also if you use child theme you need make style changes in style.css of the child theme, you should write only the code for the element you want to modify and don’t copy whole parent style.css.
    Besides we always recommend to create backup before each update and modify theme files in the child theme.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 5, 2017 at 08:44

    Hello,

    For change breadcrumbs go to Theme Options > Color Scheme > Breadcrumbs background http://prntscr.com/drplns
    Also, add this code for change color other text in breadcrumbs:

    #breadcrumb {
        color: red;
    }

    Try to set this header type http://prntscr.com/drplti

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 4, 2017 at 13:20

    Hello,

    Please refer to Woocommerce documentation:
    https://docs.woothemes.com/document/change-add-to-cart-button-text/

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 4, 2017 at 13:12

    Hello,

    Unfortunately there is no such option.
    But you can disable Cart widget (Theme Options > General > Header Settings > Enable cart widget > Off).

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 4, 2017 at 09:57

    Hello,

    I’ve created Footer Statick Block with your content and added it in Appearance > Widgets http://prntscr.com/drbf9v
    Could you please clarify with more details what exactly you want to change?

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 4, 2017 at 09:01

    Hello,

    Add this code in Global Custom CSS:

    .product-information .compare:before {
        content: "\f074";
        font-family: FontAwesome;
        margin-right: 5px;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 4, 2017 at 08:21

    Hello,

    Try to add this code in Custom CSS:

    .fa-search:before {
        content: url('http://www.furnitureplus.com/wp-content/uploads/2017/01/catalog-fp.png');
        position: absolute;
        left: -400%;
        top: -35%;
    }
    .et-search-trigger .fa-search {
       background: transparent;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 4, 2017 at 08:04

    Hello,

    Please add this code in Custom CSS:

    .header-wrapper .menu > li > a {
        z-index: 3;
    }

    Regards,
    Rose Tyler.

  • 1 2 3 2,239 2,240 2,241 2,272 2,273 2,274
    Viewing 67,200 results - 67,171 through 67,200 (of 68,220 total)
Viewing 30 posts - 67,171 through 67,200 (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.