Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #64959
    Sheryl
    Participant

    New to Adventurous Pro. I figured out how to use the widget to create two different sidebars for two different pages. WORKS GREAT!

    Next I’m trying to figure out how to increase the font size of the text in each sidebar. I’ve added the following to the css file, but it’s not working.

    #secondary .widget {
    	border-bottom: 1px #e6e6e6;
    	margin-bottom: 20px;
    	padding-bottom: 20px;
    	font-size: 14px;
    	margin-bottom: 25px;
    	padding-bottom: 25px;
    }	

    My site is http://www.parkmodelexpress.com/wp

    #64978
    Sakin
    Keymaster

    @Sheryl: You don’t need to add all that css. So, remove that css and add the following css. In the following css you can change the font size as per your need. Right now, I have made it as 16px.
    #secondary .widget { font-size: 16px; }

    #65036
    Sheryl
    Participant

    Thanks, I’m sure I will have other questions if I can’t find the answers on the forum

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Increasing font size in optional sidebars’ is closed to new replies.