Support » Plugin: WPUpper Share Buttons » Background colour

  • Resolved jacquesrooster

    (@jacquesrooster)


    Hi, I have the social buttons sitting in what looks to be the footer – buttons on a white bar at the top of or just on top of the footer which is a custom dark colour using hex code.

    Is there CSS I can enter into the custom CSS editor of this plugin that will change the background colour to whatever I want? If someone could suggest a solution that would be great.

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Freitas Victor

    (@victorfreitas)

    Hi,
    Yes, it is possible to change the background color in the custom CSS menu.
    But could you explain better why you want to change so I can help you?

    Example CSS code:

    .wpusb-fixed-top {
      background: #333333;
    }
    Thread Starter jacquesrooster

    (@jacquesrooster)

    I tried the code and unfortunately it didn’t work – if you look at sojobodyworks.com and look at the bottom of the page you’ll understand why I want to change the background to the same dark colour as the footer

    Thread Starter jacquesrooster

    (@jacquesrooster)

    Thanks for trying,really appreciate it

    Plugin Author Freitas Victor

    (@victorfreitas)

    Hi,

    add in custom css menu.

    .home .wpusb {
        background: #00b79e;
        margin: 0;
        padding: 20px;
    }

    The .home class is not to reach other pages, so I noticed you’re using this place only on the home page.

    Button colors can be changed via plugin dashboard also if you need to change.

    Thank you.

    Thread Starter jacquesrooster

    (@jacquesrooster)

    Thats brilliant! I was wondering if you could help once more? How do I get this to this on all pages? You’ve been amazing help Victor

    Plugin Author Freitas Victor

    (@victorfreitas)

    Hi,

    Remove the .home that will solve your problem.

    Do not forget to leave your review clicking here.

    Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Background colour’ is closed to new replies.