Adjusting sidebar Fictive theme

  • Unknown's avatar

    I’m using the Fictive theme for my blog. I would like to know if there is a way to make the side bar not see through. If its not possible is there a way to make all the font on the side Bold so that it can be seen? I enjoy the theme but seeing the writing is difficult on that side.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there!

    Sure! You can do this if you edit CSS. Please go to Appearance > Customize > CSS and add this:

    #blog_subscription-2, #jp_blogs_i_follow-2, #twitter_timeline-2 {
    	background-color: white;
    	padding: 0 15px 0 15px;
    }
    
    #archives-2 {
    	background-color: white;
    }

    Let me know if you have any questions with this!

  • The topic ‘Adjusting sidebar Fictive theme’ is closed to new replies.