Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #871852

    Joao B
    Participant

    Hi I tried a few css paths but with no sucess for some reason.

    I add a class whitelink to the links inside the blackbar below ALL products

    http://www.informationstreet.com/shop-now/event-systems/

    i tried a few css paths using this class combining body, h, but no sucess, can you help me with the css i need to add on customizer so this links get white?

    I dont want the links of the whole page but just this ones with class

    Thanks

    Joao

    #871854

    Joao B
    Participant
    This reply has been marked as private.
    #872524

    Paul R
    Moderator

    Hi Joao,

    The link provided above doesn’t seem to work.

    http://screencast.com/t/OIAqE4TTS

    Kindly check again and let us know.

    Thanks

    #876160

    Joao B
    Participant

    Hi Paul The website was out of air due some hosting issues, can you check again.

    Thanks

    #876450

    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Edit Global CSS:

    .h-custom-headline.whitelink a {
        color: #fff;
    }

    Hope it helps 🙂