• Resolved IceColdRum

    (@icecoldrum)


    Hi,

    Can anyone advise as to how I can make the more button fit in with my theme colours? currently it’s blue…

    Many thanks,

    Carl

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Sayontan Sinha

    (@sayontan)

    WordPress allows you to add custom CSS to your site. This feature can be used to control the look and feel of any GUI element.

    For the “more” button, the CSS class is “photonic-more-button”, so you can control the display using something like this:

    .photonic-more-button {
        background: #aaa;
        color: #333;
    }

    This will change the button’s background to a light gray and the text to a dark gray.

    Thread Starter IceColdRum

    (@icecoldrum)

    Thank you your a star ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change the look of the ‘More’ button’ is closed to new replies.