Change color fancy link

Hi,

as i use a white background on one wrap, and a black background on the second wrap i'd like to change te color of the fancy link on the second wrap. I use the shortcode [fancy_link]

Is this possible?

Comments

  • Hi,
    Unfortunately, it's not possible to change the background color of only certain fancy link.
    It's possible to do with Custom CSS, but first, you have to include the ID(like customFancy) to the section because CSS have to recognize which button you want to change.

    Can you do it first? - then I'll be able to help you with CSS code.
    Thanks
  • Hi, 

    not sure where to put the ID, but i added it to custom CSS in the (green)section.

    name = customFancy
  • Hi,
    Please paste this CSS into the Theme Options > Custom CSS & JS > CSS
    #customFancy .mfn-link{
    background:white !important;
    }

    It will solve the problem.

    Thanks
Sign In or Register to comment.