• shon93

    (@shon93)


    Hey guys I wanted to change the more tags color on my homepage to red but everytime I add the red it changes but so does the widget color which I don’t want to change.

    I need to no what single element I need to uses to change my more tags red

    Im using this code in firebug

    a {
    color: #F50C18;
    }

    This is switching both elements red

    This is my site click here

Viewing 6 replies - 1 through 6 (of 6 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try using more specific CSS selectors.
    Anyway this seems more of a CSS issue than WordPress and should be asked in a more relevant forum.

    WPyogi

    (@wpyogi)

    Try using this:

    a.more-link

    as the selector.

    Thread Starter shon93

    (@shon93)

    Thanks it worked.How about the code for changing the color of the date it was posted

    WPyogi

    (@wpyogi)

    If you want the whole line (including “posted on”) use:

    .entry-meta

    If just the date, use:

    .entry-meta a

    Thread Starter shon93

    (@shon93)

    Thanks it worked WPyogi

    Thread Starter shon93

    (@shon93)

    One more thing WPyogi I want to make the black back grounnd of my slider transparent

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Can someone help me css problem URGENT’ is closed to new replies.