Home New Guten Forums WoodMart support forum Change the Text Colour of Header

Change the Text Colour of Header

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #370156

    hashroot
    Participant

    How can we change the text style of the header?

    #370223

    hashroot
    Participant

    Couldn’t find the main page slider in mobile view.

    #370235

    Hello,

    1) Please try adding the following Custom CSS for that in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-header-nav.wd-full-height .wd-nav>li>a, .wd-header-nav.wd-full-height .wd-nav>li>a {
        color: black;
    }

    2) Please scroll to the bottom of the page then you will see the options.

    3) Please check how it works with the default WordPress theme. Because the permalinks are WordPress functionality and our theme doesn’t influence.

    4) Please try adding the following Custom CSS for that in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .footer-container .elementor-element.elementor-element-6364367.elementor-view-default.elementor-vertical-align-top.elementor-widget.elementor-widget-icon-box {
        margin-bottom: 0;
    }

    5) You can change the layout of the Related products from Theme Settings >> Single Product >> Related Products.

    Screenshot: https://gyazo.com/21ce42f8372635cfd12a478f92fca335

    Best Regards

    #370259

    hashroot
    Participant

    Thanks for your reply,

    Could you please check why the mobile view is different? Slider is not showing.

    #370261

    hashroot
    Participant

    Hi,

    After adding,

    .wd-header-nav.wd-full-height .wd-nav>li>a, .wd-header-nav.wd-full-height .wd-nav>li>a {
    color: black;
    }

    Only some text changed to black

    Thank you!

    #370410

    Hello,

    For the left side item remaining try adding the following Custom CSS.

    .whb-top-bar .wd-nav-secondary>li>a {
        color: black;
    }

    For the currency option you have added the color inline in the span tag. Please remove it then check back.

    2. It seems that the sections are hidden for mobile devices. Please make sure that you haven’t hidden them for mobile devices.

    https://elementor.com/help/show-or-hide-columns-per-device/

    Best Regards

    #370442

    hashroot
    Participant

    Hi,

    Thanks for the solution. It worked but when we hover, it shows white color.

    #370463

    Hello,

    You are Most Welcome.

    Please try adding the following Custom CSS for that.

    .whb-top-bar .wd-nav-secondary>li>a:hover {
    color: black;
    }

    Please Go to Appearance >> Widgets >> Shop page widget area and set the filters to display on all categories.

    Screenshot: https://gyazo.com/206ee2202f3f78265152a3107e7c3d97

    Best Regards

    #370495

    hashroot
    Participant

    Thank you for your quick response. I’ve added all categories in filters earlier itself. It’s not showing up.

    #370682

    Hello,

    Please make sure that you are using the latest version of the theme and Recommended plugins then check back.

    If the problem still continues then provide the admin panel login details of the website.

    Best Regards

    #370867

    hashroot
    Participant

    Hi,

    Please find the credentials. Even after updating the theme, facing the same responsive issue.

    How can I change the new label background colour (green to black ) and text colour (white to black)?

    Thank you!

    #370987

    Hello,

    1. For the new product label try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-label.new {
    background-color: yellow;
    color: black;
    }

    2. Basically the product images are controlled by woocommerce and our theme doesn’t influence this. WooCommerce Allows some settings that you can find under Appearance >> Customize >> WooCommerce >> Product Images.

    You can also read our detailed documentation in the following link:
    https://xtemos.com/docs/woodmart/faq-guides/image-size-content-alignment-product-grid/

    Note: Please create new topics for each issue in the support system to avoid any confusions.

    Best Regards

Viewing 12 posts - 1 through 12 (of 12 total)