change background color of selectively widget title
-
Hi,
I am developing a website Govt Job Central and I changed the widget title in the sidebar to purple color.I have written the following code in the custom CSS
.widget-title {
font-size: 17px;
/*text-transform: uppercase;*/
line-height: 16px;
padding-top: 8px;
padding-bottom: 8px;
color: #ffffff;
background-color: #b257b2;But at the same time it changed the background color of the widget title in the footer also.I don’t want to change the background color of this title “JOBS BY QUALIFICATION”.
Alternatively how I can control the background color and lowercase/uppercase of individual widget title. As you can see the title is in uppercase even though I have made this code as comment.
How to do this ? Please help.
Regards,
Pankaj Sinha
- The topic ‘change background color of selectively widget title’ is closed to new replies.