Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #875450

    Hi, could you explain the relationship between the main logo and trasparent logo?

    I have been unsuccesfull at targeting them individually. I’d like to be able to apply styles individually but can’t seem to separate the two.
    For example, suppose I wanted to apply different padding to each…..

    “what goes here to target the first logo”{
    padding-top:10px;
    }

    “what goes here to target the transparent logo”{
    padding-top:20px;
    }

    Do they even have their own class or would I have to take a different approach?
    Thanks

    #875500

    Hey Swbride,
    The transparent logo has a added class, here are two examples.
    transparent logo:

    #top .av_header_transparency.av_alternate_logo_active .logo {padding-top: 20px !important;}

    main logo:

    #top .logo {padding-top: 20px !important;}

    Best regards,
    Mike

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