Topic Resolution: Resolved
  • Closed
  • Robert Petitto
    Spectator
    20.10.2015 at 18:53 #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
    21.10.2015 at 09:46 #21543

    Hi,

    What color do you want for your button text?

    Thanks!

    Robert Petitto
    Spectator
    Posts: 22
    12.11.2015 at 19:58 #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
    13.11.2015 at 05:03 #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
    22.12.2015 at 21:03 #23215

    Resolved…thanks!