• anastern1862

    (@anastern1862)


    Hi,

    the theme is awesome, just love how many things you can adjust.

    Just having one little problem with the Read more button on the Blog page. Want to change the text in German language but can’t find how to do that. Also want to change the hover color when the pointer is on it. Want to change it from the hover light blue to white and the font colour to dark blue. Tried many things with CSS but nothing’s working.

    Is there a possibilty to change it in the customizer or via a CSS code?

Viewing 4 replies - 1 through 4 (of 4 total)
  • javiuceda

    (@javiuceda)

    Hello!

    I have the same problem, I need to translate this button to spanish but I can′t.

    I tried by Poedit but doesn’t exists the language file .pot that it is necessary.

    Some help? I really love Canuck theme.

    Thanks in advance.

    Theme Author kevinhaig

    (@kevinhaig)

    The Read More label has been translated in the theme code, so it should be translatable. If you have selected your language it should be translated if one has been done. I’ll need to dig in how core does the translations when I get back from holidays.

    For button color changes add this to the Additional CSS box in Customizer:

    .read-more-wrap a.read-more { border: 1px solid rgba( 0,21,255,.5); color: #474747; background-color: #ffffff; }
    
    .read-more-wrap a.read-more:before { border: 1px solid rgba( 0,21,255,0);	background-color: #ffffff; }
    
    .read-more-wrap a.read-more:hover { color: #0015ff; }
    • This reply was modified 7 years ago by kevinhaig.
    javiuceda

    (@javiuceda)

    Thank you very much Kevin for your answer and your work.

    I changed the colour of the button perfectly following your steps.

    About the language I′m still with the same problem, I will wait for your advice when you could dig it.

    Thanks again and enjoy your holidays.

    Thread Starter anastern1862

    (@anastern1862)

    Thanks for your quick answer. It works great.

    Wish you wondurful holidays.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘‘Read more’ button on Blog page’ is closed to new replies.