Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #942799

    Hola,

    How do I change the color of the Dark Transparent color style. I want the line and text to be black.

    #943749

    Hey CColeman88,

    Can you screenshot the area you need help with? I need more context for this question.

    Best regards,
    Jordan Shannon

    #943804

    Sorry, for the button styles. I want to change the outline boarder and text color to black. The button is on the bottom but there are a few instances throughout my website.

    #943934

    Hi,

    Thanks for the feedback. Please try the following in Quick CSS under Enfold->General Styling:

    span.avia_iconbox_title {
      color:#000 !important;
    }

    Best regards,
    Rikard

    #944778

    close. How would I make the boarder black as well?

    #944818

    Hi,

    Try adding this css code in Quick CSS:

    #top .avia-button.avia-color-dark {
        border-color: black !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #945514

    purrfuct

    #945524

    Hi,

    I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Dark Transparent color style’ is closed to new replies.