Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #31004
    paulandrew
    Guest

    Hi there,

    Enjoying using BoldGrid. Finding my way around. Is there a way to change just the surrounding color of the Page Title (header) to match the page background color? As of now, the word (ABOUT, or whatever) is in a field of white, but I would rather have it gray or match the background. Thanks for any help! Paul

    #31005
    Jesse Owens
    Guest

    Hello Paul,

    The background will be controlled by your Color Palette in Customize -> Colors, but if you just want to change this specific background, you can do so using Custom CSS.

    In order to select just the page title background, use custom CSS similar to this:

    .entry-title a { background: gray !important; }

    This example just uses the keyword gray, but you can substitute a hexadecimal color code such as #808080 or the shade that matches your color palette.

    I hope this helps!

    #31006
    paulandrew
    Guest

    nice, so I can use the auto CSS code insert function to add this? Or I have to go into the actual html code on each page? I’m a little intimidated what steps to take to not “step” on everything. Haha.   Here’s an example: I want the Page Title to blend better with the page background, as of now it’s white around the Page Title word.

    #31007
    paulandrew
    Guest

    Ok, I sucked it up and just tried. I see I can just paste some code after the existing CSS template code for the background color. (right?) Thanks!

    #31008
    Jesse Owens
    Guest

    Hello Paul,

    You should use this Custom CSS code in your Customize -> Advanced -> Custom JS & CSS menu, using these instructions.

    #31009
    support
    Guest

    Hi Paul, you are correct! All you need to do is paste that code after the existing text to add the rule Jesse provided. Please let us know if you have any additional questions!

    #31010
    paulandrew
    Guest

    it worked perfectly! Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Page Title Background Color’ is closed to new replies.