Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #354786

    hi again! this is the 4th website i’m building with you guys, and enjoying every minute. thanks!

    this time i chose the flat look, and i have one problem:

    on the subheading, there seems to be some kind of text effect that i need to remove. i want it to be fully white, no transparency, no inner shadow to the text, nothing.

    i tried this code:
    .av-subheading {
    color: white; text-shadow: none;
    }

    but it’s not working. can you please help?

    #355132

    Hey graphico!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av-subheading.av_custom_color {
    opacity: 1;
    }

    Regards,
    Yigit

    #355945

    thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘av-subheading modifications’ is closed to new replies.