wana change all widget title background and Text color
4 posters
Page 1 of 1
wana change all widget title background and Text color
Hi, check http://avacs.zforum.biz on the right side i want orange background title for it ( latest post , gallery social bookmarking etc all title should be orange and white text on it
Last edited by faisii_x on Tue Mar 22, 2016 7:40 am; edited 1 time in total
Re: wana change all widget title background and Text color
- Code:
.module .h3
background: #CHOOSE; /*background color behind title*/
color: #CHOOSE; /*the text color for title*/
}
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: wana change all widget title background and Text color
still giving errorRoyal Bengal wrote:Try to Paste code in the bottom of stylesheet.
Re: wana change all widget title background and Text color
Try:
- Code:
.module .h3 {
background: #CHOOSE; /*background color behind title*/
color: #CHOOSE; /*the text color for title*/
}
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: wana change all widget title background and Text color
- Code:
.module .h3 {
background: #CHOOSE; /*background color behind title*/
color: #CHOOSE; /*the text color for title*/
font-family: CHOOSE;
}
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: wana change all widget title background and Text color
which font is this and this code will round the corners ? You just add font-fmaily @Forumedic and i want text position at Center
Re: wana change all widget title background and Text color
The error means that there are either opening or closing {} tags are missing in your CSS.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: wana change all widget title background and Text color
Please can you make changes in code according to my requirements position center corners round and font style like in given screenshotSLGray wrote:The error means that there are either opening or closing {} tags are missing in your CSS.
Re: wana change all widget title background and Text color
I don't know the font.
- Code:
.module .h3 {
background: #CHOOSE; /*background color behind title*/
color: #CHOOSE; /*the text color for title*/
font-family: CHOOSE;
text-align: center;
}
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Similar topics
» How to change widget background color?
» Title of topic/description text or background change.
» How add/change the color of topic title?
» [background color update]-I want the code to change the background color
» Background color and text color by rank
» Title of topic/description text or background change.
» How add/change the color of topic title?
» [background color update]-I want the code to change the background color
» Background color and text color by rank
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum