Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1031755

    I have added custom css classes to elements (don’t want to apply globally – apply only to these elements) but they are not applying.
    What is the protocol for using custom css classes. Please see the private link to the page I’m working on. I’m trying to do the following:
    1. Adjust the top and bottom margin of the .avia-image-container but only for this page.
    2. Adjust the Special Heading Text #top #wrap_all .av-inherit-size .av-special-heading-tag to move up on top of the container above it. Trying to add a z-index and negative top margin.
    3. Adjust the top margin of the contact form.

    I have tried various ways of adding my custom css class to the quick css but I can’t get it to apply. My custom css classes are as follows:
    1. Color Section: #contact-color-section1
    2. 1/1 column: .contact-page-col1
    3. Image: .contact-image
    4. Special Heading: .contact-title-hello
    When I test in via Inspect and go to the element and enter the css rule the results apply; but I can’t make it work through the Quick CSS.
    I’m using Chrome and when I Inspect, I see the custom Css Class I created as part of the avia div class. However, if I try to filter the custom class on the styles tab on the right, the custom class does not show up.
    Also, can I apply CSS per page instead of Global.

    Thank you

    #1032336

    Hey alexcouto11,

    Can you show us the css you tried?

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1032829

    .contact-image {position: relative; z-index: -1;}
    .contact-page-col1 {}
    .contact-title-hello {margin-top: -250px;}

    This is the css I’m using. It does not take any effect. Also, I have a design mockup. I’m attaching the mockup as a reply to your email.

    Thank you.

    #1034096

    Hi alexcouto11,

    Can you upload the mockup to Dropbox and give us the link here?

    Best regards,
    Victoria

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