Hi,
Can you please advise the Custom CSS to change the colour of the following elements.
– Colour of icon in the Icon Box page area
– Headings used in Widgets in Side Bar
– Post link headings used in Widgets in Side Bar
Any assistance would be great.
Thanks,
Steve
Hi,
This is the css for sidebar widget headers
#top .sidebar h3.widgettitle{
color:red;
}
but it can also be
#top .widget h3.widgettitle{
color:red;
}
Can you please provide a url regarding the other areas so that we can give you css specific to your situation. You can mask the url to your site with http://www.goo.gl to keep it private.
Thanks,
Nick
Hi Nick,
Thanks for your help with this.
I had a look through the forum and found the codes for the results I was after.
I have listed them below –
To change icon colour in icon box I used
.iconbox_icon.heading-color.avia-font-entypo-fontello {
color: #58585a;
}
To change the colour of the post heading in a side bar I used
.main_color .newsbox .news-headline {
color: #58585a;
}
Thanks again for your help
Steve