Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1361988

    Hi guys,

    I would like to change to link colours to white only in a promobox. So I tried to use quick css with:

    .av_promobox.av-l0kvlh41-d1194dd71d6836cda870baf6765083a5 .avia-promocontent a
    { color:white !important;
    }

    I have some promoboxes on the website so it would be better to change the link colours for all promoboxes.

    Do you have a working solution?

    All the best,
    Michael

    #1361992

    Hey Michael,

    Please try this CSS instead:

    div.av_promobox a {
      color: white; 
    }

    Best regards,
    Rikard

    #1362000

    Great, thanks a lot!!

    #1362014

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changing color for links only in Promobox’ is closed to new replies.