Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    The edges of the button doesn’t work, but the text itself does. Right?

    Thread Starter TepBlogger

    (@tepblogger)

    Yes, you are right, the text itself works in Chrome, but neither of them (edges and text) work in IE and Firefox.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin

    Then use its “CSS Code” section of the dashboard to hold your CSS modifications:

    Alternatively use your Child Theme style.css file to hold your CSS modifications:

    .readmore {
        padding: 0;
    }
    
    .readmore a {
        display: block;
        padding: 6px 12px;
    }

    Your theme’s vendors would be useful to contact for these issues: http://www.fabthemes.com

    Does that resolve it?

    Thread Starter TepBlogger

    (@tepblogger)

    Thanks! This is not a Child Theme so I installed the Custom CSS Manager plugin and add the mods. At least it worked for the Chrome, but not for the IE and Firefox… 😛 Any other tip?

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

The topic ‘[Theme: Xerxes] "Read more" button is not working’ is closed to new replies.