Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1420057

    bracas
    Participant

    Hello guys,

    I fixed this by adding this code in custom CSS:

    .x-colophon.top, .widget {
          text-shadow:none; 
    }

    But today the text shadow popped through my customized CSS row. I’ve tried just .widget and important but nothing works:

    Is it possible for you to have a look at this?

    #1420058

    bracas
    Participant
    This reply has been marked as private.
    #1420093

    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .x-colophon .widget {
        text-shadow: none;
    }

    Hope it helps 🙂

    #1422019

    bracas
    Participant

    Sorry, it was my fault. I had one extra } within my customized CSS file which caused this problem.

    #1422039

    Prasant Rai
    Moderator

    Great I am glad you figured it out. Feel free to ask us again. Have a great day! 🙂