Tagged: 

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

    Hello!
    I have seen in other threads on how to add code if you want your link color to be different than your primary color for bolded words. I have my hoover the color I want but I’d really like the linked words to be a different color. In this case, I’d like my linked words to be the same color as the color I’ve chosen for my hoover color :#679782.

    What would this code look like for my blog?
    I’ve included a page in the private content for example.
    Thanks!!

    #845055

    Hey,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .main_color strong {
        color: #679782;
    }
    

    Best regards,
    Yigit

    #846063

    This worked! But now I can’t seem to wrap my head around how to make the linked words a different color from the bolded words. I’d like the linked words to be #679782 and the bold words #030303.

    #846193

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .main_color strong {
        color: #030303;
    }
    .main_color a {
        color: #679782;
    }
    

    Best regards,
    Yigit

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