Topic Resolution: Resolved
  • Closed
  • Robert Petitto
    Spectator
    October 20, 2015 at 6:53 pm #21536

    I want the color of my buttons and the color of my hyperlinks to be the same color. However, the text within a button ends up being the same color as hyperlinks (see http://www.district96.org/2015/10/) despite the “Button Accent Color” in Theme Options being a different color. Please advise.

    Denzel Chia
    Moderator
    Posts: 2656
    October 21, 2015 at 9:46 am #21543

    Hi,

    What color do you want for your button text?

    Thanks!

    Robert Petitto
    Spectator
    Posts: 22
    November 12, 2015 at 7:58 pm #22036

    White. Instead, it’s taking on the styling of my hyperlinks despite what I designated in Theme Settings. I referenced this issue in another forum post as well. See http://www.district96.org/ames/announcements/ as an example. This happened after updating to the latest alora release.

    Denzel Chia
    Moderator
    Posts: 2656
    November 13, 2015 at 5:03 am #22043

    Hi,

    Please use the following in your Theme Options -> Custom CSS.

    .blog .read-more {
    color: #fff !important;
    }

    Please see screenshot of the result.

    If this css code does not work for you, you will have to check all your Custom CSS code, there must be a syntax error.

    Thanks!

    Robert Petitto
    Spectator
    Posts: 22
    December 22, 2015 at 9:03 pm #23215

    Resolved…thanks!