Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #164524

    Hey guys –

    If you take a look at http://codelessme.com/equinection/programs/, I have set a background color for the avia_textbox element. Now, how would I limit that to only the main (left side) text box? I am setting up the page template for the inner pages, and need to establish which text boxes actually get the background assigned.

    Thanks in advance.

    (ps – I am making note of all of these for future use as well)

    #164881

    Hi!

    You could limit it by targeting its parent element (av_two_third):

    .av_two_third .avia_textblock{
    background: #F7F2F7;
    border: 1px solid #C8B693;
    padding: 10px 19px;
    }

    Best regards,
    Josue

    #165020

    Great!

    I’m on it.

    Thanks Josue

    #165024

    Glad we could help. Let us know if you have any other questions or issues :)

    Regards,
    Josue

    #165044

    That didn’t seem to work. Looks like you left “ia” out of avia on avia_two_third. Got it all sorted now. Much appreciated.

    #165045

    Actually. Take it back – didn’t work. Please see – http://codelessme.com/equinection/programs/

    #165048

    Hello!

    It’s .av_two_third, try it again with this:

    .av_two_third .avia_textblock{
    background: #F7F2F7 !important;
    border: 1px solid #C8B693 !important;
    padding: 10px 19px !important;
    }

    I just tested it in my browser and it does work.

    Best regards,
    Josue

    #165050

    Perfect. Done.

    #165058

    Great, let us know if you have any more issues :)

    Best regards,
    Josue

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘avia_textbox background color’ is closed to new replies.