Hello,
Thank you very much for the previous super fast and perfect response to this support request.
However, since then I have made a change to the sidebar and now the css to make the post title text in the sidebar black is not working.
Can someone please look at https://www.temporaryserver7.com/resources/ and provide the css to make the post title text display as black in the sidebar area? For some reason I have difficulty finding the correct css class to identify this element.
Thank you in advance for your excellent support!
Hello Jon,
Thanks for writing to us.
To change the color of the sidebar post title text on this page only I would suggest you add this custom CSS code under Theme Option —>CSS
For the sidebar post title
.blog aside.x-sidebar.right .widget_nav_menu ul.menu li a {
color: #000000;
}
Please feel free to change the color code as per your design. The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.
Hope it helps.
Thanks
Hello, Thanks!. That worked perfectly on the Resources page. However, the next question is how can I make this text black on the sidebar for the post pages. It is the same sidebar. The text for the tags might be different, but in either case, the text for the tags is white on white and the post title in the sidebar below the text Articles is also white on white. Is there some css which I can use to make these two text color black for all of the post pages?
Thanks again! Apologies if I am overusing the forum this week. I really appreciate all of your help and love the Pro Theme.
Hi Jon,
To apply the same style for the sidebar, just removed the .blog from the code given by my colleague Prakash. The code will look like the following.
aside.x-sidebar.right .widget_nav_menu ul.menu li a
{
color: #000000;
}
Please remember that the above code will work if copied as it is and don’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We really do not provide support for custom codes that means we can’t fix it in case it conflicts with something on your site nor will we enhance it.On further customization should be directed to a third-party developer or you can avail One, where we answer the questions beyond normal theme support.
Thanks
I think this is the last one I will need help on. https://www.temporaryserver7.com/test-post/ The text for the Tag on the post page and all post pages is white on white. Please supply css to make this text black.
Hi Jon,
It seems that you have made some settings with the color white and that is the reason behind your problem. It can’t be solved by providing the custom CSS code, in near future, you will find another section that is having the same problem. I would suggest you investigate it and reset the color and if that is not possible, you can hire a developer who can help you with this, or you can avail our newly launched service called One, where we answer the questions related to custom values set by the user and related problems.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.