• Resolved joslammers

    (@joslammers)


    Hi Recent Posts,

    Is it possible to adapt the colour of ‘read more’ at the end of the summary?

    I use the Sydney-theme for my website and after the last update there is no difference anymore between the summary-text and the ‘read more’. Which isn’t very inviting to click…

    I appreciate your help!

    • This topic was modified 2 years, 2 months ago by joslammers.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Kybernetik Services

    (@kybernetikservices)

    Hi @joslammers .

    Thank you for reaching out.
    Recent Posts Widget With Thumbnails does not have an option to style the Read More link using the widget settings. However, you can achieve this by including the following code in your custom CSS:
    .rpwwt-post-excerpt-more {color: #ff0000;}
    And if you want to style the hover color add this line of code:
    .rpwwt-post-excerpt-more:hover {color: #00ff00;}
    The color hex codes are samples and can be replaced with your preferred color values.
    Please let me know if this helps.

    Thread Starter joslammers

    (@joslammers)

    Hi Kybernetik,

    Unfortunately… I placed both codes in my CSS but nothing happens…

    Jos

    Thread Starter joslammers

    (@joslammers)

    It looks like the theme doesn’t recognize the ‘read more’ from the widget as being a link?

    Other links, also in widget-area’s are coloured properly…

    Plugin Author Kybernetik Services

    (@kybernetikservices)

    I double checked it and the style does not appear in the code. This is why it is not working.
    The current color is set by this style:

    #secondary, #secondary a {
        color: rgb(154, 144, 129);
    }

    It makes all the text of the div container that color. Including the links.
    You must ensure that the provided style is recognized.

    Thread Starter joslammers

    (@joslammers)

    Okay…

    How do I do that?

    Plugin Author Kybernetik Services

    (@kybernetikservices)

    I’m sorry, but that’s beyond my ability. You have to check with your theme and installation.

    Thread Starter joslammers

    (@joslammers)

    Ok!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Adapt colour ‘read more’’ is closed to new replies.