• Resolved ladycantcode

    (@ladycantcode)


    Hey there,

    On this homepage, there are 6 listed articles that appear under the featured article. Each of those (Rib Fractures, Upper Endoscopy Preparation, etc) is highlighted in red underneath the white font. Is there a way to get rid of that red highlighting? I just want the headings to appear on the background of that section all by themselves.

Viewing 6 replies - 1 through 6 (of 6 total)
  • There are literally thousands of WordPress themes – which means that many people won’t be familiar with your particular theme. So a link to your site where people can see the theme might result in more responses.

    Thread Starter ladycantcode

    (@ladycantcode)

    Wow, SO stupid. I’m sorry, here’s the site:

    https://www.jhsurgery.com/

    Try removing background:#8E0000; from:

    .sub_article h3 a, .subpost h3 a {
        background:#8E0000;
        clear: both;
        color: #FFFFFF;
        font-size: 1.4em;
        padding: 4px 5px;
    }

    in style-Grunge.css

    in your themes css you wanna change

    .subpost h3 a {
    background: #8E0000;
    color: white;
    font-size: 1.4em;
    padding: 4px 5px 4px 5px;
    clear: both;

    to

    .subpost h3 a {
    color: white;
    font-size: 1.4em;
    padding: 4px 5px 4px 5px;
    clear: both;

    if you want another color for the text in those headings you can change that here as well (change the color) ??

    as she said! ??

    Thread Starter ladycantcode

    (@ladycantcode)

    thank you both so much!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Theme: Coldstone 5.0] Red Highlighting Issue’ is closed to new replies.