Topic Resolution: Resolved
  • Closed
  • Sam Wakefield
    Spectator
    February 12, 2016 at 5:39 pm #24303

    Hi there,

    I was wondering how I can change the font of my Read More buttons on posts

    http://imgur.com/5yTCeji

    I wanted to remove the shadow effect around the button and change the font to Lato

    Imran
    Spectator
    Posts: 403
    February 12, 2016 at 8:28 pm #24304

    Hi Sam,

    Thanks for writing in!

    In order to remove the shadow around the button; please go to Appearance -> Theme Options -> Shortcodes -> Button. Regarding font of the button, please add the following code under Appearance -> Theme Options -> Custom CSS:

    a.read-more.btn.t4p-button-default {
    font-family: lato;
    }

    Hope this helps.

    Thank you!

    Sam Wakefield
    Spectator
    Posts: 18
    February 13, 2016 at 9:36 am #24311

    Hi Imran,

    I am unable to see the Shortcode option under Appearance -> Theme Options

    http://imgur.com/GJUmTVn

    I’ve added the custom CSS under some other code I had but its still not changing the font

    View post on imgur.com

    Is there a way to remove the Italics off the text as well?

    Thanks for your help!

    Imran
    Spectator
    Posts: 403
    February 13, 2016 at 10:49 am #24313

    Hi Sam,

    Thanks for brief description!

    It seems that you are using an old version of theme. Would you mind providing us with the link of your website so that we can take a look into your setup and provide you with a possible solution.

    Thank you!

    Sam Wakefield
    Spectator
    Posts: 18
    February 14, 2016 at 10:18 pm #24345

    Hi Imran,

    I found that I was running an old version of Evolve!

    Updated and now I have tons of new features!

    Managed to change the font and colour of my buttons

    Thanks!