Summer Sale Alert! Save 20% on WP Theme Bundle: 240+ WP Themes & 5 Plugins. Use Code "SIZZLE20"
Summer Splash Sale: Dive into 25% Off On All Our Premium WordPress Themes! Use Coupon Code "SPLASH25" at Checkout.

Link color

Home Forums VW Theme Link color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #43655
    Abderrazak Sahraoui
    Participant

    Typically, text that links somewhere else is a different color, but for some reason, mine isn’t doing that. It’s the same black color as the other text. I can’t find in the Settings where to change that. Can you help me?

    https://solidaritebinatna.ca/blog/solidarite-etudiants-covid19/

    see the text in bold .

    #43687
    developer vwtheme
    Participant

    Hello,

    Kindly follow the steps given below

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.

    .content_boxes p a {
    font-weight: normal;
    color: #292b2c;
    }

    Many Thanks

    #43901
    Cindy Maas
    Participant

    How can you change the link color? Mine is showing in a weird blue, that I have defined no where in my theme, e.g. on this page: https://www.dayayoga.be/yogastijlen/deyogadocenten/ – also, hovering over menu items gives this weird blue, don’t know where it’s coming from

    #43909
    developer vwtheme
    Participant

    Hello,

    Kindly follow the steps given below to change the anchor tag color

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.

    .outer_dpage a {
    color: #6c6c6c;
    }
    .vw_main-navigation a:hover {
    color: #90cbcc;
    }

    Many Thanks

    #43933
    Carrie Gossett
    Participant

    Am also having trouble changing link color. The font isn’t unbolded and same color as text and the fixes above are not working.
    Site is: https://coronavirus-mmac.org/

    #43952
    developer vwtheme
    Participant

    Hi,

    Kindly follow the steps given below

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.


    @media
    screen and (min-width: 720px){
    .vw-sirat-main-navigation a:hover {
    color: #1e73be;
    }
    }

    Many Thanks

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