Dan Yonaco
Member
Posted 7 months ago #
Dear WordPress community,
I have a website at http://www.yonaco.com and it has in one of the pages the scrip [tab], using the color green. example
On the following address: http://www.yonaco.com/kenes/ I would like to use the same tags only change them to the color blue.
Is it possible and easy to do?'
Thank you for you time,
Dan
Try the adding the following CSS code to your website:
body.page-id-713 #simpletabnav li a:hover, body.page-id-713 #simpletabnav li.active a {
background: none;
background-color: blue;
}
Dan Yonaco
Member
Posted 7 months ago #
Thank You!
Is there also an easy way to make the sidebar on the left smaller? let say that it finishes on the line of the Yonaco logo? (the right end of the logo)
let say I want it to be option 10 when I choose a sidebar on the editor page
Dan Yonaco
Member
Posted 7 months ago #
hmm.. how do I save the change on the CSS using Firebug?
You can't save changes in browser inspector tools, such as Firebug.
Dan Yonaco
Member
Posted 7 months ago #
so where do I add the change?
Inside the dashboard I go to Appearance, and then?
Some themes have a place where you can add custom CSS code. If your one doesn't, install a plugin that enables this on your website. An example would be:
http://wordpress.org/extend/plugins/pc-custom-css/
Dan Yonaco
Member
Posted 7 months ago #