Remove shadow

  • Author
    Posts
  • #110600

    Is there a way to remove the shadow behind some of the words in the main menu?

    #110828
    Zed
    Cryout Creations mastermind

    By shadow are you referring to the rectangle that is animated into view while hovering a menu item?


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #111629

    Yes, what you describe is what I’m looking for. I’m trying to get rid of the “highlight” (I’m not sure what else to call it) on headlines/titles, that puts a square of a semi-transparent Seconday Accent color.

    Website: themeoption1.gatesplays.com

    #112463
    Zed
    Cryout Creations mastermind

    You can disable that effect with a bit of CSS:

    body #access > div > ul > li > a > span:hover::before {
        display: none;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #114555
    sneakerbot
    Power User

    I wasn’t able to get this to work. Where does this code go exactly?

    Thank you~

    Website: www.sneakerbot.com

    #117211
    irene ausin garcia
    Power User

    Buenos días,

    Me ocurre lo mismo, en el footer, encuentro que mis titulos tienen como una sombra de mitad de texto hacia abajo, como se puede eliminar?
    Gracias

    #117418
    Zed
    Cryout Creations mastermind

    @sneakerbot: you can apply custom CSS using WordPress’ Additional CSS field.


    @ireneausin
    , if you’re referring to the coloured rectangles visible behind widget titles, those can be removed with the following CSS:

    body .widget-title {
        background-image: none;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Remove shadow’ is closed to new replies.