• Resolved fashionlushxx

    (@fashionlushxx)


    I want to change the colors of the post titles & the links and doing so with a child theme via inspecting element it says to change “a. a: visited” but that changes the menu bar color links and removes any hover.

    I just want to change the color of the entry-title and links & a seperate color for the hover of these items.

    Any tips?

    I tried changing entry-title and it didn’t work either.

Viewing 4 replies - 1 through 4 (of 4 total)
  • See if this works:

    .entry-content a {
        color: #00ff00;
    }
    
    .entry-content a:hover {
        color: #ff0000;
    }

    Change the color code to your preferred color.

    Thread Starter fashionlushxx

    (@fashionlushxx)

    Thanks for your repy- that didn’t seem to work though, even with the !important tag.

    It works for all other sites, but not this one? Any other tips? I can’t use the default colors that come with the theme!

    Theme Author alex27

    (@alex27)

    Please provide a link to your website.

    Theme Author alex27

    (@alex27)

    Child theme might not overwrite those values in this case, because those are outputted in the header. You should have better luck with CSS Manager plugin like My Custom CSS.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing Colors of Post titles & links’ is closed to new replies.