Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1027245

    I am having trouble with my styling. When I set words in Bold I would like to have them black bold. In the same text the link color is always the same color like the highlighted color for bold text. I would like to have a different color for my linked words! How can I do that? I tried so many variations. It is not working at all.
    Here is a link to my latest blogpost. https://karinaschuhphotography.com/die-bedeutung-von-familienfotos/
    The fours paragraph contains the word “Blog” – that is a link. How can I change the theme to get the link in another color than the bold text?
    Thank you.

    #1027312

    Hey karinaschuh,
    To have the links in your blog content a different color, Please try this code in the General Styling > Quick CSS field:

    .av_textblock_section p a {color: red !important;}

    I see that you are using the advanced layout builder for your blog post, so to not have your blog link color interfere with all of the links on your site, such as your sidebar, I included “av_textblock_section” in the code, but you can remove it if your wish. Also feel free to change the color.
    To have your bold text be black, try this css:

    .main_color strong {
    color: #000 !important;
    }

    Best regards,
    Mike

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