Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #181274
    the brink
    Participant

    Hi

    I would like to change the look of a highlighted element which is also a link to another page. See “support us” button with orange/red background here. Because I have made it a link, the theme automatically underlines it. How can I get rid of that underline?

    Also how can I make it respond to hovering (since the underline will be gone)? Could I change the colour of the writing? or the colour of the highlight? or both?

    Also how can I make the other highlighted element on that page respond to hovering above it? Specifically I would like the text to change colour (i.e. have the same behaviour as the website title)

    Thanks

    TB

    #181292
    sapana
    Participant

    @the-brink: Hello brink, You can use this css code to remove the underline from the ” support us” button, It will be better if you use div id for that support button so that it will be easy to provide the css code, below css code will work but it is not that right way.
    Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    a {
        text-decoration: none;
    }

    To make it hover you need to make other more changes so I suggest you to hire a customizer to get it done.

    let me know if this helps you out!
    Kind Regards,
    Sapana

    #237626
    Kussum
    Participant

    I have Added this

    a {
        text-decoration: none;
    }

    But still. problem is there…!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘text-decoration: none; not working’ is closed to new replies.