• Hi!

    I have 2 problems i can’t find a solved solution from previous topics. I imported the site from wp.com and the site title (plus million other small details) disappeared. I have slowly got most of it working to my liking but these two give a headache:
    1. Site tittle
    2. How to change the background colour of left side widget area (visible in blogs)

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @adaydreamer,

    The version of Baskerville on WordPress.com is based on the design of Baskerville on www.remarpro.com, but the codebase is entirely different. That means that there are differences in styling, options and functionality between the two themes.

    One of those differences is that the self-hosted version of Baskerville doesn’t show the site title if a logo is set. In order to do that, you’ll need to create a child theme, copy the header.php file to it, and modify it to output the site title when a logo is set. You’ll probably also need to make some updates to the styling to handle that layout.

    You can change the background color of the sidebar by adding the following CSS to Appearance → Customize → Additional CSS:

    .sidebar { background-color: rgba( 59, 69, 75, 0.1 ); }

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘Site title not displaying + sidebar widget area background colour’ is closed to new replies.