Fancy_link color

Hi

The color of my theme is green.
I use fancy_link.

[fancy_link title="Contactenos" link="/contacto/" target="" style="5" class="idlinkcontactoNoss" download=""]

have a website with 3 pages.
1- Home, green color (of the theme) (fancy_link = green)
2- Us, red color. (Fancy_link = red)
3- Services, blue color. (Fancy_link = blue)
I need every fancy_link be the color of the page, not the theme.

Thanks.

Comments

  • Hi,
    Sorry, but you cannot change the color of only certain page.
    The colors depennds of what you choose in theme options.

    Also, you can apply the "class" (https://themes.muffingroup.com/be/theme/shortcodes/typography/#fancylink) which will be named fa_red, then create a css code with color:red parameter for this class name.
    Remember, all of the CSS codes has to be in the Theme Options > Custom CSS & JS > CSS
    Thanks
  • Hi

    I use 

    [fancy_link title="Contactenos" link="/contacto/" target="" style="5" class="idlinkcontactoNoss" download=""]

    how I change the color green (color of the theme) by the color red.


    Thanks.
  • edited June 2019
    Create the CSS for this class and paste it to the Theme Options > Custom CSS & JS > CSS

    Example of this code:

    .idlinkcontactoNoss span{
    background:red !important;
    color:green !important;
    }
    Thanks
  • Hi

    the background color of fancy_link, style = 5.
    the background color and the color when the mouse is on top.

    Thanks.
  • Sorry, but I do not understand what you want to tell me.
    Also. please send a link to your website if you're having some problem.
    Thanks
  • Sorry. 
    I am building a website still in development.
    I will try to be more precise.
    It's 1 website.
    3 pages
    1 Home page - green color
    1 page About us - red color
    1 Services page - blue color
    Each page has a link.
    Style 5

    Como este

    That style has 2 colors, the base and the hover.
    I need to change the colors of each link.
    1 Home page - the light green base color, the dark green hover color.
    1 page We - the base color light red, the color hover dark red.
    1 Services page - light blue base color, dark blue hover color.

    Thanks.

  • I've updated the code above.
    It will work now flaweless.

    Thanks
Sign In or Register to comment.