badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

adding image under page title on attitude pro theme

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #42585
    ghowes
    Participant

    I’m struggling to get the right custom css to display a small image under the page title on titles I have not hidden (using hide title plug in for main page). I got similar code to work for images after unordered lists but can’t seem to get after title. Can anyone advise? New to the custom css everything else that works is customizing an ID (#) instead of the class (.) so that might be part of my problem… here is what I tried entering into the custom css section with no result:

    .page-title:after {
    content: url(http://siteurl.com/wp-content/uploads/2016/02/horizontal-line-e1455438472937.png);
    }

    #42586
    ghowes
    Participant

    Okay I just realized what I did about worked on the BLOG page so apparently there is another class I need to modify for regular pages.

    #42708

    Hi Ghowes,

    To add the background image for the page title just go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    .page-title-wrap {
        background-image: url("ADD-YOUR-IMAGE-LINK-HERE");
    }

    Note: Please replace your image link in above ADD-YOUR-IMAGE-LINK-HERE text.

    Thank you!

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