• bassjamm

    (@bassjamm)


    Hi people,

    I’ve just started using the ‘read more’ tab on my posts.

    I’d like to make the tab bold though so it sticks out. I’ve tried highlighting it in the wordpress post edittor and making it bold but because the ‘read more’ tab kicks in before the bold script is ended, the rest of the text on the page is made bold…no good!

    Is there a way to manually edit the ‘read more’ tab’s scripting to include it being bold?

    Thanks in advance.

    Jamie
    https://www.learnbassguitartoday.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • tomontoast

    (@tomontoast)

    How about adding this to your theme’s style.css

    .more-link{
    font-weight:bold;
    //any other css rules here
    }

    Hope that helps!

    Thread Starter bassjamm

    (@bassjamm)

    Thanks tomontoast…that’s spot on ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Read more tab…’ is closed to new replies.