Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #358526

    Hi I would like to make my toggles background color b11116 when closed and open with white text (title and content). Could you let me have the right quick css to do this. many thanks.

    #358704

    Hey Dogmut!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    p.toggler, .toggle_content {
    background-color: #b11116!important;
    color: white!important;
    }

    Best regards,
    Yigit

    #358925

    Thats great thanks

    #359053
    This reply has been marked as private.
    #359407

    Hi!

    Thank you for the update.

    Please replace the code with this:

    @media only screen and (min-width: 1024px) {
    #av_section_1 main{
    position: absolute !important;
    top: 150px !important;
    }
    }

    Cheers!
    Ismael

    #359657

    Many thanks Ismael that worked great but not for ipads. Will I need to make a further change?

    Many thanks

    #360099

    Hey!

    I can’t login into your site. Password is not working anymore, but try this for iPad:

    @media only screen and (min-width: 768px) {
    #av_section_1 main{
    position: absolute !important;
    top: 150px !important;
    }}
    

    Regards,
    Andy

    #360107
    This reply has been marked as private.
    #360630

    Hi!

    Did you try to remove browse cache before testing the page? Please remove all suggested codes above then use this:

    @media only screen and (min-width: 990px) {
    #av_section_1 main{
    position: absolute !important;
    top: 150px !important;
    }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 989px) {
    #av_section_1 main {
    top: 0!important;
    display: block;
    }
    }

    Best regards,
    Ismael

    #360682

    Hello Ismael many thanks for that but its not worked.

    #361282

    Hi!

    I edited the code above. Please use it. This is how it looks on iPad view:

    [EDITED]

    Cheers!
    Ismael

    • This reply was modified 9 years, 4 months ago by Elliott.
    #361354
    This reply has been marked as private.
    #361704

    Hey!

    Image removed, let us know if you have any other questions.

    Best regards,
    Elliott

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