Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #919308

    I”m so sorry this is such a noob question, although I have used this theme before.

    How do I edit size, color and background of the header title that appears on each page?

    #919317

    Hey juliettew80,

    You can do this via css by targeting the specific page ID and title. If you provide a link I can give you an example to build from.

    Best regards,
    Jordan Shannon

    #920441

    Jordan, login is below.

    Where is one place to edit all of the header titles at one time? I’d like all of them to look the same. I can’t figure out what controls them.

    However, feel free to include the css of how to target specific page ID and title as well. Can’t hurt to have it, as I plan to use this theme again and again. I love it!

    #920461

    Hi,

    Thanks for clearing your goals up. You would add the following to quick css:

    h1.main-title.entry-title{
    font-size:20px;
    color:#fff!important;
    background:#000;
    padding:10px 20px!important;
    }
    
    h1.main-title.entry-title a{
    color:#fff!important;
    }

    Best regards,
    Jordan Shannon

    #920596

    Hi Jordan,

    Thanks for that. Made the changes and that does not look right. Screenshot here: https://www.dropbox.com/s/zqqezgoggqt8z5t/screenshotENFOLD.jpg?dl=0

    How can I get it to not have white space between the title and start of the content, as well as have the background color extend the length of the page?

    #920759

    Hi juliettew80,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    
     .stretch_full.container_wrap.light_bg_color.title_container {
          background: #58595b;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #920822

    YES! Awesome. This looks beautiful! Feel free to close my ticket.

    Juliette

    #920957

    Hi Juliette,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How can I change the Title Header at the top of each page?’ is closed to new replies.