• Hi,

    few questions, as I’m quite new to WordPress and working with CSS:
    1. the background color of the responsive (tablet/smartphone) menu is black/dark grey, I’d like to change that to white. Couldn’t find the right CSS to do that.
    2. I wanted to change the footer color to blue but the headlines in there are blue as well – how can I change the headline color in the footer to white?
    3. I’d like to add a Facebook and Instagram Button to the footer without a plugin. How does that work?

    Thanks a lot for your help, really appreciate this forum!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • @janinascheerer

    For the first issue, can you add the below CSS code to Additional CSS box and check?

    .site-header .menu-toggle {
        background: #ffffff;
    }
    .site-header .menu-toggle:hover {
        background: #ffffff;
    }

    For the second issue, can you add the below CSS code to Additional CSS box and check?

    .textwidget h2 {
    color: #ffffff !important;
    }

    For the third issue, If you can code on your own then you can achieve it via the child theme.
    Thanks.

    Thread Starter janinascheerer

    (@janinascheerer)

    Hi,

    thanks for your quick response!

    For issue 1: The menu appears now white but not the dropdown, this one is still grey. Can you please help with additional CSS code?

    Issue 2 worked fine, thanks!

    Issue 3: I guess coding on my own is a bit difficult, would you recommend to use a plugin then? Or is there a manual for setting up the social media icons somewhere in this forum? (I need Facebook and Instagram).

    Thread Starter janinascheerer

    (@janinascheerer)

    Hi,

    fixed the color problems myself, only thing left are the social media links – I’d like to put them in the widget area – do you have a tutorial how to do that? Thanks! ??

    @janinascheerer,

    We do not have tutorial regarding how to add links to widget areas. But you can achieve your desired result via Custom HTML widget.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Color adjustments / Social media buttons’ is closed to new replies.