• juve123

    (@juve123)


    Dear WP friends,

    I have “Read more” button in every post I make.

    Is it possible to make it bold by default? If not, how can I make it bold manualy? Just puting <b> like this <!– <b>Read more</b> –> is not working.

    Please help. My page is http://www.mnkizola.si/

Viewing 6 replies - 1 through 6 (of 6 total)
  • WPyogi

    (@wpyogi)

    Looks like you can do that adding this CSS (best to add to a custom CSS option – if your theme has it or you can add it via a plugin such as Custom CSS Manager or JetPack);

    a.more-link { font-weight: bold;}

    Thread Starter juve123

    (@juve123)

    Dear,

    Thank you for your reply. Unfortunatly I can not access CSS code as I am only the manager of the page and not the Admin.

    Any other solution.

    WPyogi

    (@wpyogi)

    You could try:

    <b> <!-- Read more --> </b>

    I don’t know if that will work.

    Thread Starter juve123

    (@juve123)

    It works, thanks!

    But I dont like this silver color. It just isn’t visible enaugh. I’ll try to change the color. Or any other suggestion?

    Anyway is it possbile to put “read button” after 300 letters by default?

    Thread Starter juve123

    (@juve123)

    <font color=”red”> <!–more Read more… –> </font>

    This is not changing my “Read more” in red color.

    How can I make this read more button more visible or change it’s color?

    Why is such a simple thing so annoyingly difficult?

    Thread Starter juve123

    (@juve123)

    Is it really impossible to make this button more visible?

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Read more button needed in bold’ is closed to new replies.