Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1308327

    I’ve been trying to work out how to add a grey translucent shading to the light transparent button, everything I’ve tried hasn’t worked, do you have a quick CSS I can add?

    #1308496

    Hey getfletch,

    Could you post a link to where we can see the button in question please? Also please try to explain your intentions a bit further, or post a screenshot highlighting them.

    Best regards,
    Rikard

    #1308503

    Hi Rikard

    I’ve attached pictures of the design and screenshots of the front and backed

    I’m using Grid Row, with a background image and a Light Transparent large button

    #1308614

    Hi,

    Thanks for that. So it’s the second screenshot which you need help with designing? If so, then I think it would be better if you use 1/2 elements, instead of of the Portfolio Grid. After you have added the content in 1/2 layout elements, then we can help you out with styling.

    Best regards,
    Rikard

    #1308944

    Hi Rikard

    Yes. the design layout. I was using GridRow with an image background so I could add the large/ button

    Updated the page now

    #1309035

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    #av-layout-grid-2 .avia-button-center a {
      background: rgba(000,000,000, 0.3);
    }

    Best regards,
    Rikard

    #1309093

    Hi Rikard

    I added the Quick CSS, and changed the button styling from light transparent to grey and it works on the first grid row but not the second or third grid row on that page.

    Thanks

    Chris

    • This reply was modified 3 years, 4 months ago by getfletch.
    #1309200

    Hi Chris,

    Sorry about that, the CSS I sent was a specific to the first grid. Please try this instead:

    .page-id-81 .av-layout-grid-container .avia-button-center a {
      background: rgba(000,000,000, 0.3);
    }

    Best regards,
    Rikard

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