• I am setting up a new WordPress using the Masonic theme. How do I change the color the Category links show up in blog posts?

    Currently they have a black background and purple link. I like the purple. How do I change the black background to be white like the page background?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter trknight

    (@trknight)

    Also having another issue with the Category links. On mobile, the Category link is overlapping the Featured Image.

    Hi @trknight,

    Are you still having this issue? Thanks.

    Thread Starter trknight

    (@trknight)

    I figured out the custom CSS code to change the color but I cannot figure out how t remove the overlapping with the Featured Image. So I went with colors that were at least visible when overlapping. If there is a way to make it so the category links do not overlap the image that would be wonderful, especially for viewing on mobile.

    Hi @trknight,

    Can you try adding this custom CSS in the Additional CSS box and check if it help:

    @media (max-width: 800px) {
    .catagory-type { position: static; }
    }

    Sincerely,
    ThemeGrill Support

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do I change colors for Category Links?’ is closed to new replies.