StyledThemes

How Do I change the link and underline colours from Red?

Home Forums WordPress Themes – Premium Deck Pro How Do I change the link and underline colours from Red?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #49433
    Phil
    Participant

    How Do I change the hover link colours etc from red?

    Thank you
    Phil

    #49453
    Bidur
    Moderator

    Hello Phil,

    You can add the following css inside the additional css section of your customizer or style.css file;

    #header #nav li a {
        color: #d02727;
    }
    #header #nav li a:hover {
        border-bottom: 2px solid #000000;
    }

    Note: Please change the color code of your own.

    Regards,
    Bidur

    • This reply was modified 6 years ago by Bidur.
    #49477
    Phil
    Participant

    I have tried this in both locations and no change
    #header #nav li a {
    color: #0073bf;
    }
    #header #nav li a:hover {
    border-bottom: 2px solid #0073bf;
    }

    Attachments:
    You must be logged in to view attached files.
    #49491
    Bidur
    Moderator

    Hello Phil,

    1. Under dashboard, Go to appearance > customize > additional css section
    2. Then add the above mentioned code and save it .

    Or else if you are working on any website please provide your site url we shall take a look.

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.