Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #466141

    I can get this to work on the home page:

    .home #av_section_1 .avia_ajax_form select{
    background-color: #58442b;
    opacity: 0.7;
    color: #dfe2d9;
    }

    I am going nuts trying to figure our what to remove and replace to get this to work an any page by pasting av_section_1.

    I really thought this would work but it obviously didn’t:

    .av_section .avia_ajax_form select{
    background-color: #58442b;
    opacity: 0.7;
    color: #dfe2d9;
    }

    What am I doing wrong and how do I get this to work any color section on any use the For Developers: Section ID?

    Thank you for your help.

    #466156

    I got it!!!!

    Just in case anybody else needs the info:

    #top div .av-light-form select{
    background-color: #58442b;
    opacity: 0.7;
    color: #dfe2d9;
    }

    I spent sooooo many hours on this one and kept trying to figure it out and finally pieced it together!!

    #466777

    Hey!

    Great, glad you found it and thanks for sharing the solution!

    Regards,
    Rikard

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