Okay
  Public Ticket #1187033
Footer Menu Widget
Closed

Comments

  •  1
    desireVMG started the conversation

    Is there a way to put a horizontal menu on the footer instead of the default vertical? Thanks.

  • [deleted] replied

    Hi there,

    Please add the code below to your Custom CSS area:

    .wp-widget ul li {
    display: inline-block;
    }
  •  1
    desireVMG replied

    Thanks!

    And the code to change the color of the footer text (including widgets) to White over a black background?

    Thanks in advance

  • [deleted] replied

    Hi desireVMG,

    You can do that here http://drops.laborator.co/q1yFp

    Or you can add a CSS code that will be valid only for that part:

    .main-footer a {
        color: red !important;
    }
    .main-footer a:hover {
        color: cyan !important;
    }
    
  •  1
    desireVMG replied

    Looks like the custom skin builder doesn´t apply when I change it. Any CSS for the footer background color?

    Also, is it posible to add the menú widget to the footer bottom section (I mean, just having a bottom section that includes the social media, the bottom text and a menú)

    Thanks.

  • [deleted] replied

    Hi desireVMG,

    If your Custom Skin is not being applied then please read this article My skin is not being applied when we wrote about the possible reasons for this problem. Proppably that is happening because of your low PHP limits because i can detect that from your System Status page.


    (view on new page)

    — Sorry but that option is not possible for the moment.