• I added quick links in the footer (putting another menu there), its showing it using same colour as add to cart buttons with grey background and another colour when hoovering over. But I want those links without background, how can i change that without affecting my add to cart buttons please.

Viewing 5 replies - 1 through 5 (of 5 total)
  • maybe, if the links have specific CSS classes which are different from the ones of the buttons.

    please use a browser inspection tool to identify the CSS of the links and buttons.

    for any suggestions from the forum, please provide a live link to your site to illustrate the colors.

    what theme are you using?
    https://codex.www.ads-software.com/Forum_Welcome#Include_as_much_information_as_possible

    Thread Starter sewansome

    (@sewansome)

    https://studiomag.co.uk/churros/ I am using virtue theme

    try something like:

    #nav_menu-3 #menu-bottom_menu li a { background: none; }
    #nav_menu-3 #menu-bottom_menu li a:hover { color: #e42a7d; }

    add this via a custom CSS plugin, or via a child theme, or however your theme handles custom styles.

    Thread Starter sewansome

    (@sewansome)

    thanks a lot!!! it does exactly what I needed ?? Now I got another footer issue. I have inserted in column one of footer logo with link to their website and social media below. But somehow it inserted little bit of grey square next to social media linking to same website as my image above . Social media are placed in 2nd position in the footer and above image in 1st position. I dont understand why its messing up ??

    maybe:
    #containerfooter .widget_kadence_social a { background: none; }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘footer quick links’ is closed to new replies.