Okay
  Public Ticket #2324238
Size between the columns
Closed

Comments

  •  1
    Alexey Synkov started the conversation


    Hello,

    I need help changing the distance between the columns.
    I use the editor of VP Page Bakery, but changes only come after choosing a size greater than 30px. I would like to have freedom of choice from 0 px onwards.

    Thanks,

    Alexey

  • [deleted] replied

    Hi Alexey,

    We did that to not obligate users to change the margin for every element that they add in the WPBakery Page Builder.

    Anyway, if you want to remove that then just add this CSS code in your Custom CSS area:

    .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: unset;
    }

    And then change each margin-bottom from their element.

    Have a nice day!

  •  1
    Alexey Synkov replied

    Hello

    I need to change a colour text in the footer on OXYGEN

  • [deleted] replied

    Hi Alexey,

    Please add the code below to your Custom CSS area:

    .footer-env {
        background-color: #000;
    }

    Thanks and have a nice day!

  •  1
    Alexey Synkov replied

    Not work

  •  1
    Alexey Synkov replied

    This command has changed background 

    I need to change colour of font

    Thanks

  • [deleted] replied

    Hi Alexey,

    Sorry for that, I was thinking that you wanted to change the color of your entire footer background.

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time thoughsmile.png

    Can you please add the code below to your Custom CSS area:

    footer .footer_main .footer-nav ul li a {
        color: red;
    }
    footer.footer_widgets p {
        color: yellow;
    }
    footer .footer_main .copyright_text {
        color: green;
    }
    footer a, #footer a, .footer a, .site-footer a, .site-info a {
        color: blue;
    }

    *then you can change their color as you want.

    Have a nice day!

  •  1
    Alexey Synkov replied

    Thanks

    It has worked. But this command don't work

    footer a, #footer a, .footer a, .site-footer a, .site-info a {
        color: blue;
    }


  • [deleted] replied

    Happy to hear thatsmile.png

    Have a nice day!

    Will set this ticket as solved from here.

  •  1
    Alexey Synkov replied

    Sorry

     This command don't work

    footer a, #footer a, .footer a, .site-footer a, .site-info a {     color: blue; }


  • [deleted] replied

    Hi Alexey,

    I tried it and I can confirm that it works, see video: https://d.pr/v/DR1ah9

    Have a nice day!