Shop Categories

X

CSS Header

Home Forums Agama Pro CSS Header

Topic Resolution: Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11343
    Resiliencengine
    Participant

    Hi there,

    we set the headers for Wellbeing, Sustained Performance and Adaptability to blue but on my boss computer, the links are pink (see picture).

    Any idea why?

    Only on her computer.

    #11349
    Zex
    Moderator

    Hello,Resiliencengine!

    Links are pink to me too (and blue on hover).
    That happens because the custom CSS code you inserted earlier.
    https://prnt.sc/lj96d1
    That codes affect all links on the site.

    If you want to change the headers link only, try to insert next CSS codes into
    Customizing->General ->Additional CSS:

    h2.vc_custom_heading a{
        color:#38acc2!important;
    }
    h2.vc_custom_heading a:hover{
        color: #cd1e7e!important;
    }

    Change the colors per your needs.

    Regards

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