This topic has 8 replies, 3 voices, and was last updated 4 years, 6 months ago ago by Olga Barlow
Hello,
could you kindly help me with two issues I have at this moment?
1. How do I change that the bottom header doesn’t go transparent (both background and typography) when i scroll down?
I’ve tried changing all the colors in bottom menu section but without success.
2. On the second link, how do i change the font color for both category and price? Also when you open product, how do i change all the font colors inside the descriptions?
Thank you in advance!
Br,
Silvio
Hello,
1) Please provide temporary wp-admin access, so we can take a closer look.
2) Add this code in Theme Options > Theme Custom CSS:
.content-product .products-page-cats a, .content-product .price {
color: #222;
}
.tab-description p {
color: #555555;
}
Regards
I’m sending you the access to our portal
Please check – http://prntscr.com/s37e2m
Regards
Oh terribly sorry, again:
Hello,
Use the header builder options (Theme Options > Header builder > Sticky header > edit the bottom sticky header bg and text colors) https://gyazo.com/26e847c85223763e8a706ba493086849 Text color was set to white for the sticky header.
If you want just to disable it then turn off the options http://prntscr.com/s3fewk
Regards
Thank you so much, it helped a lot! I do have a few more questions.
The sidebar widget shows Product Categorise for everything we have. How do i change it’s font color and force it not to expand when the page loads?
On Aditional CSS I’ve added more weight to the font, but it doesn’t seem to be able to change the color…
.widget_product_categories.sidebar-widget
{
font-weight:600;
}
Also under Shop Elements > Categories the option “Open Product Categories Widget By Default” is off but it somehow stopped working :/
(PS. actually I’ve noticed it works well when i open an item but when I’m on the index page or page Trgovina (Shop), it doesn’t work for some reason.. the list stays expanded)
Thank you in advance!
Regards
Hello,
1) I have changed the custom code you added to custom CSS http://prntscr.com/s42yag
There is no way to collapse categories during loading because script collapses the categories and if the site speed is not very good then script is loaded slowly and you see the expanded categories till the script fully loaded.
2) Don’t see problem with the “Open Product Categories Widget By Default” option on the shop page. Categories are closed https://gyazo.com/21fea1fbf9997fc77c18bfae49ae7ee3 It opens only if you go to subcategory and displays your current location http://prntscr.com/s43234
Regards
You must be logged in to reply to this topic.Log in/Sign up