Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #161349
    jackternan
    Participant

    In the default settings, the page title is just plain text. Is there a way to place an image behind the page title?

    #161366
    Skandha
    Participant

    @jackternan: Please post in your site URL and explain what you want to be done with the page title.

    Kind Regards,
    Skandha

    #161445
    jackternan
    Participant

    Sure.

    As an example, this page’s title is “firm”: http://www.ternan.law/firm/

    In the upper-left corner, it says “Firm” in plain text. I do not like the way it looks and would prefer to put a header picture or some sort of picture behind the word “Firm”.

    #161481
    Skandha
    Participant

    @jackternan: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page .entry-title {
    	background:url('https://sumarusa.com/wp-content/uploads/2018/02/white-wood-texture-background-design_1022-75.jpg');
    }

    Do you mean something like this?
    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #161535
    jackternan
    Participant

    Yes, that is what I am looking for. Unfortunately, when I insert that CSS code, it changes it throughout the website (I guess a lot of text is characterized as .entry-title in the theme. Is there a way to avoid that?

    #161628
    Skandha
    Participant

    @jackternan: If you want this only for the title Firm add the following CSS Code.

    .page-id-2 article .entry-title {
    	background:url('https://sumarusa.com/wp-content/uploads/2018/02/white-wood-texture-background-design_1022-75.jpg');
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

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