• MB

    (@beersmelissa)


    Hi, is there any way by changing code or custom CSS that I could get a third line of text on the header image in lower right (small) that could be a photo credit?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @beersmelissa,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .header .cover:before {
        content: "Photo by name";
        color: #FFF;
        font-size: 13px;
        position: absolute;
        bottom: 8px;
        right: 8px;
    }

    Replace “Photo by name” with whatever text you want displayed. Let me know if that does it.

    — Anders

    Thread Starter MB

    (@beersmelissa)

    Thank you so much! That worked, I’d love to understand HOW it worked but really appreciate your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Responsive photo credit on main banner’ is closed to new replies.