• Resolved willpower1

    (@willpower1)


    Hi all. I just want to change the text color in the featured slider on this page https://www.ausdigitalmedia.com
    I want to change the smaller font description text.
    But the problem I have is when I change it through Firebug it effects other parts of the theme too.
    Can anyone help me isolate this little bit of text with some css code?
    Thanks.
    Will.

Viewing 4 replies - 1 through 4 (of 4 total)
  • when I change it through Firebug it effects other parts of the theme too.

    what CSS code are you applying in Firebug?

    try to make it more specific…

    for example:

    .slide-content p { color: pink; }

    Thread Starter willpower1

    (@willpower1)

    HiMichael. I just use firebug to test the code when I change it. Do you know is there a way to just change that slide font color?

    Thread Starter willpower1

    (@willpower1)

    Never mind. I just added your suggested code to custom.css and it works great. Thanks Michael.

    .entry, .entry p {
        color: darkgoldenrod;
    }

    Add to your custom css plugin.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can anyone help me with this css code?’ is closed to new replies.