Home New Guten › Forums › WoodMart support forum › Change the Text Colour of Header
Change the Text Colour of Header
- This topic has 11 replies, 2 voices, and was last updated 3 years, 3 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
April 22, 2022 at 1:24 pm #370156
hashrootParticipantHow can we change the text style of the header?
April 22, 2022 at 3:17 pm #370223
hashrootParticipantCouldn’t find the main page slider in mobile view.
April 22, 2022 at 3:26 pm #370235
Aizaz Imtiaz AwanKeymasterHello,
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
April 22, 2022 at 4:27 pm #370259
hashrootParticipantThanks for your reply,
Could you please check why the mobile view is different? Slider is not showing.
April 22, 2022 at 4:43 pm #370261
hashrootParticipantHi,
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!
April 23, 2022 at 10:30 am #370410
Aizaz Imtiaz AwanKeymasterHello,
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
April 23, 2022 at 12:39 pm #370442
hashrootParticipantHi,
Thanks for the solution. It worked but when we hover, it shows white color.
April 23, 2022 at 2:33 pm #370463
Aizaz Imtiaz AwanKeymasterHello,
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
April 23, 2022 at 4:44 pm #370495
hashrootParticipantThank you for your quick response. I’ve added all categories in filters earlier itself. It’s not showing up.
April 25, 2022 at 9:19 am #370682
Aizaz Imtiaz AwanKeymasterHello,
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
April 25, 2022 at 8:10 pm #370867
hashrootParticipantHi,
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!
April 26, 2022 at 10:02 am #370987
Aizaz Imtiaz AwanKeymasterHello,
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
-
AuthorPosts
- You must be logged in to create new topics. Login / Register