Okay
  Public Ticket #807514
Need help :)
Closed

Comments

  • Alexander started the conversation

    Hello again!

    I have a particular color as the background color on the website. But I want the footer and the menu bar in white color and background color as it is right now. (Edit this is fixed but help me with the other question)
    Thanks!

  • Alexander replied

    And how can I change background color when hovering over a menu tab with the mouse?
    (not fixed, help me :))
    Thanks!

  •  1,558
    Laborator replied

    Hi Alexander,

    Can you please send us your site URL first, so we can investigate your site and then get back to you with possible solution.

    P.S. make sure you've disabled the Maintenance/Coming Soon mod

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • Alexander replied

    .

  •  1,558
    Laborator replied

    Hi Alexander,

    Add the following code in Custom CSS area to change the color:

    header.site-header div.nav > ul > li:hover > a, header.site-header ul.nav > li:hover > a {
        background: red;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • Alexander replied

    Thanks!

    But I have another question.
    I want to have a space between the drop-down menu "Select an option" and add to cart.

  •  1,558
    Laborator replied

    Hi Alexander,

    Add the following CSS to add margin to the bottom of the dropdown:

    .shop-item-single .item-info.summary .variations {
        margin-bottom: 50px;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • Alexander replied

    Hi! Thanks it worked!

    And last question, i want to change color on "Proceed to paypal" button in checkout. How can i do this?

  •  1,558
    Laborator replied

    This is the CSS for it:

    .shop #place_order {
        background: red !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • Alexander replied

    Okay, thanks!

    It worked :)