• Hello,

    I have black text colour of the footer menu with white background. I’m using Astra theme. I want the background to be black and text to be white. However, I’m unable to make font colour white.

    Kindly help.

    Mohsina

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator bcworkz

    (@bcworkz)

    Like in your other topic, it appears that you’ve attained the styling you are after.

    Thread Starter capri2794

    (@capri2794)

    Yes, but it’s still off in the mobile version.

    Moderator bcworkz

    (@bcworkz)

    Ah, so it is. You didn’t say anything about mobile in this topic ?? I know, I should have inferred it. Add this to the customizer’s Additional CSS section:

    @media screen and (max-width: 649px) {
      .site-primary-footer-wrap a, .site-primary-footer-wrap h2 {
        color: white;
      }
    }
    Thread Starter capri2794

    (@capri2794)

    thanks a ton! Just one last thing. Footer menu titles are bold in all pages. But on woocommerce pages, they tend to be not-bold.

    how to make them consistent with rest of the pages?

    Moderator bcworkz

    (@bcworkz)

    I only checked one single product page, the rest ought to be similar. The footer titles are indeed bold on that page, but are slightly smaller, perhaps giving the impression of being less bold?

    This should make them all the same larger size:

    .woocommerce-page .widget .widget-title, .woocommerce-page .widget .widget-title-common, .woocommerce-page .widget>div h3 {
        font-size: 1.4em;
    }

    If you find other inconsistent title styling somewhere, point me to the specific page.

    Thread Starter capri2794

    (@capri2794)

    It works, thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Footer Nav menu text colour not changeable’ is closed to new replies.