• Hello, I’m trying to create a homepage for my website, packslight.com. I’d like to use the full-width option of the page, but is there a way to widen the content area a little bit to take up more of the screen? The content seems stuck in one thin lane down the middle, while the header and top menu are the width I like. I’d just like to widen it by like 20%.

    Also, how can I change the color of the titles for each widget to a different color than black?

    Thank you.

Viewing 1 replies (of 1 total)
  • Hello there.

    The page’s content width is built into the theme’s framework and can’t be easily modified I’m afraid.

    You will need to add some custom CSS to recolor widget titles.
    Install and activate this plugin then go to “Add Custom CSS” on your dashboard and paste this

    .widget-title {
        background: #161616;
        color: #fff;
    }

    in the box, modify the color property to change the text color and the background one to change the title’s background color.

Viewing 1 replies (of 1 total)
  • The topic ‘Full Width’ is closed to new replies.