• Resolved tp

    (@tpolia)


    please can someone tell me the CSS code for changing the link color on my theme? i want the link to be #FFE900. right now, the avantage theme stylesheet has links set to black. so they do not show up on my page since my background is black

    i tried:

    a {
    color: #FFE900;

    }

    its not working or changing anything.
    i also tried

    a:link{
    text-decoration: none;
    color: #FFE900;
    }

    i also want to change all the buttons to this color as well #FFE900 but with black text lettering on the buttons

    thank you in advance, you are all always so helpful

    • This topic was modified 2 years, 1 month ago by tp.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Mirko P.

    (@rainfallnixfig)

    Hello @tpolia,

    We generally don’t provide support for custom code except for basic CSS & PHP, so the best way to get help with changing the style of your site and the color for links would be to get in touch with the theme author. You can submit a support ticket here.

    On the General settings panel of your Avantage theme, you will find an option to change Primary Accent Color and Secondary Accent Color which allows you to change the color scheme of the site including the color of the links.

    http://documentation.bold-themes.com/avantage/theme-customization/#:~:text=primary%20accent%20color

    The buttons are wrapped within an Elementor widget and you should apply CSS to Elementor classes. If you’re not able to change the background color and text color of the buttons via the WordPress Customizer, please reach out to the Elementor support team at https://elementor.com/support/.

    If you’re interested in learning CSS we highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).

    Cheers.

    Mirko P.

    (@rainfallnixfig)

    Hi there,

    We’ve not seen any activity on this thread for a while, so I’m marking it as resolved.

    Please feel free to open a new topic if you have any other questions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change link text color’ is closed to new replies.