Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #232164

    Hi,

    I am encountering some problems with the custom css class. I am using a div from1/2 width and i would like to style this with a left and right column. In this 1/2 i would like to create a 2 column grid, both with the same content but displaying a different base.

    #232179

    the problem is when i try to write with the custom css code it is not responding.. How can i call the custom css class?

    #232517

    Hey!

    Can you paste the CSS code you are trying to apply?

    Best regards,
    Josue

    #232632

    Hi,

    I have given the content a new css selector. This custom selector i have give in the Avia framework.
    I called this, .overflow

    I want to add the customs css selector to this part of css (.page-id-27 .avia-builder-el-10)

    Why doesn’t this work and how can i get this working?

    #232847

    Hi,

    It should work, can you create an administrator account and post it here as a private reply?

    Regards,
    Josue

    #233129
    This reply has been marked as private.
    #233182

    Hi!

    Did you use .overflow with the dot on custom css class? You should remove the dot. You can then use it on Quick CSS like this:

    .page-id-27 .avia-builder-el-10 .overflow {
    display: none !Important;
    }

    Maybe adding the !important will help.

    Cheers!
    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.