-
AuthorPosts
-
October 3, 2015 at 11:41 pm #609851
Hello There,
Please use this code instead:
.widget_nav_menu .current-menu-item > a { color: red !important; }
Please let us know if this works out for you.
October 4, 2015 at 2:24 am #609928Hi X! This one is working! Thank you very much for your instant superfast support!
October 4, 2015 at 3:54 am #609981Hey Pragy,
You are most welcome!
Thanks for letting us know that it worked out perfectly for you.Cheers.
March 23, 2016 at 5:08 pm #850202Hi there!
Wanted to similarly change the font colour of the lists in the menus that appear in the widget area of the sidebar and footer to black (the widget title colours are nice as they are). What would be the css for that? I tried the code given above for Pragy (modifying the colour) but there was no change unfortunately.
Advanced thanks!
March 23, 2016 at 6:36 pm #850323Hi there,
Thanks for writing in! To assist you with this issue, would you mind providing us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything. Thanks!
March 23, 2016 at 7:22 pm #850371Sure! And thanks for the quick reply.
My website isn’t live, so will provide the login instead.
I’m using the Icon stack with the sidebar only appearing on blog page and posts.
March 23, 2016 at 7:24 pm #850375This reply has been marked as private.March 23, 2016 at 8:39 pm #850469Hello Almarie,
Thank you for the credentials.
Please use the following CSS:.widget ul li a { color: black !important; }
Hope this helps.
March 23, 2016 at 8:44 pm #850479Perfect! Thanks guys!!
March 23, 2016 at 9:33 pm #850517Happy to hear that.
Feel free to ask us again.
Have a great day!
May 18, 2016 at 4:02 am #996999Hello, I have an addition question to the widgets background. Could you give a css to remove white background color of widgets, please? I am using Renew child theme. thank you.
May 18, 2016 at 4:48 am #997047Please give us the URL of your site so we could check your setup.
Thanks.
July 7, 2016 at 3:02 pm #1076890Hi, some how it doesnt work. I tried everything in the forum about this subject but my side menu and widgets are still red tekst (should be white), the hover over should be grey and text should then change to red (of the selected item but it doenst. This is what I have:
body .x-sidebar.right .widget a {
color:##FF0000 !important;
}.widget {
text-shadow: none!important
}body .x-sidebar.right .widget ul,
body .x-sidebar.right .widget ol {
-moz-box-shadow: 0 0 1px rgba(255,255,255,0.95);
-webkit-box-shadow: 0 0 1px rgba(255,255,255,0.95);
box-shadow: 0 0 1px rgba(255,255,255,0.95);
}.x-sidebar .widget a{
color:#FF0000;
}
.x-sidebar .widget:hover {
color:#000000;
background:#000000;
}Please help
July 7, 2016 at 11:08 pm #1077461Hi There,
Please update this part:
body .x-sidebar.right .widget a { color:##FF0000 !important; } .widget { text-shadow: none!important }
To this:
body .x-sidebar.right .widget a { color:#FFF!important; } .widget { text-shadow: none !important }
Then add this:
body .x-sidebar.right .widget a:hover { color:#cccccc!important; }
If that doesn’t help, please provide us your site URL and then a screenshot of what you want to achieve.
July 8, 2016 at 7:52 am #1077844thanks, but now it looks like this
The hover should be grey and the selected text red.
-
AuthorPosts