• Resolved Martinekooi

    (@martinekooi)


    Hi, I am working on this website and I am wondering if it is possible to ad a shadow to the text that appears on the Modula pictures?

    Thanks for your reply!

    Martine

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Martine,

    Please try adding this code in Appearance > Customize > Additional CSS:

    .modula .modula-item.effect-pufrobo .jtg-title {
    	background: rgba(0,0,0,0.8);
    	text-align: center;
    }

    Warmly,
    Mihaela

    Thread Starter Martinekooi

    (@martinekooi)

    Thank you Mihaela! It was not exactly what I meant, but because of your css code I managed to do what I wanted.

    .modula .modula-item.effect-pufrobo .jtg-title {
    text-shadow: 1px 2px 1px #494949;
    }

    Martine ??

    Happy to hear that, Martine! Great job <3

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add a shadow to the title’ is closed to new replies.