Page Header color

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23686

    Where do I go to change the bg color of the the header box on a newly created page? Please see img.

    Thanks

    #23704
    Veena
    Moderator

    In the page edit window you can see “Header Options” there you can change .

    #23707

    YEs, but under Header Options in

    “ENTRY TITLE BACKGROUND
    Specify a background for your page/post title and description.”

    it only allows you to import a background image, not change the color? I’ve tried inputting a inline CSS background-color style and it does nothing.

    #23749
    Veena
    Moderator

    You can use the below custom CSS in themeoptions –

    .page-id-3153 #title-area {
        background-color: #000;
    }
    

    you need to replace id 3153 with your page’s id .

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Fusion Theme Support’ is closed to new topics and replies.