Theme Author
Guido
(@guido07111975)
Hi,
If you only want to change color, you should use a custom style plugin.
What do you want to change in the widget? Title color, background color, something else?
Guido
Hi Guido,
Although I do have a couple of plugins already uploaded, I will upload yours shortly. My problem is a little more basic, however, as I do not know HOW to access the stylesheet in your site. A couple of plugins have given me instructions to insert certain codes into the stylesheet and, I am afraid, I am too ignorant to know where to look.
Theme Author
Guido
(@guido07111975)
Hi,
Please do not make changes in stylesheet itself, because your changes will be lost in case of a theme update.
But you should have access to the stylesheet (and other theme files) via Appearance > Editor. Click here for a direct link to theme stylesheet.
Look for the element (class or id) you want to change, copy this class or id from stylesheet, go to your custom style page, paste this class or id, add your changes, press save.
You can also find the element by inspecting your site via your browser.
Example, if you want to change color of the ‘page-title’ into red, look in my stylesheet for class ‘page-title’ and add this on your custom style page:
.page-title {color:#ff000;}
Guido
Theme Author
Guido
(@guido07111975)
Closing this topic because of no replies.
Guido