Change h1 page title div container color from default

Home Forums WordPress Themes – Premium Deck Pro Change h1 page title div container color from default

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42844
    Nancy McCord
    Participant

    Hi,
    Here is my site link: http://www.fad-photo.com/about/ I would like to change the background color of the page title h1 tag.

    Currently it is grey if I just do a style for the page h1, I only get a small color block around the page name. How can I change the whole width of page grey color to the color of my choice. See screen shot attached.

    I want to make the full page container that is currently grey to a different color where the page title resides.
    Page title: About Fredericksburg Aerial Drone Photography

    Attachments:
    You must be logged in to view attached files.
    #42853
    Sushil Adhikari
    Moderator

    HI Nancy,

    Please use this custom css on child theme style.css or on Additional section of customizer, so your changes will not lost on theme update.

    #header-meta {
    background-color: red;
    }
    Note: Please change background-color value as per your requirement.

    Thanks

    #42866
    Nancy McCord
    Participant

    Thank you very much for that it worked!!!

    #42892
    Sushil Adhikari
    Moderator

    YOu welcome Nancy, Thanks for your cooperation.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.