Dose any one know were I enter the CSS/HTML code to change the font and sixe of the heading in my widgets?
Change Font And Size On Widget Heading
Best Answer batman , 06 December 2012 - 11:18 PM
Hi
Please try with
.widget-title {YOUR CODE HERE}
also you try with
.widget .widget-title {YOUR CODE HERE}
Go to the full post
#1
Posted 05 December 2012 - 10:00 PM
#2
Posted 05 December 2012 - 10:39 PM
If you go to Dashboard > PageLines > Site Options you'll see a tab for Custom Code and in there, you'll see an edit field for CSS Rules. In that edit field, you will see
Paste your custom CSS right after that.
#3
Posted 06 December 2012 - 09:03 PM
THX!
I added the code
widgetitle {
margin-bottom: 10px;
border-bottom: 4px double #9b9b9b;
color: #555555;
font-size: 18px;
}
Also tried widgetheader
But no reult. Any suggestions?
#4
Posted 06 December 2012 - 11:18 PM Best Answer
Hi
Please try with
.widget-title {YOUR CODE HERE}
also you try with
.widget .widget-title {YOUR CODE HERE}
#5
Posted 07 December 2012 - 01:03 AM
Let us know if that worked for you :-)
#6
Posted 07 December 2012 - 09:28 PM
Thx, it worked now! .widget .widget-title was the one.
BR
Patrik
#7
Posted 21 January 2013 - 06:22 PM
hi. The second option .widget .widget-tite worked for me too.
Thanks













