Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter Hans Prunner

    (@hans-prunner)

    … and I forgot.

    Will it be possible to know how I can have the button background 50% transparent?

    Cheers.

    Gareth

    (@catapult_themes)

    In Settings > Styles, deselect the option for Rounded Corners.

    Thread Starter Hans Prunner

    (@hans-prunner)

    I already deselected but it did not work since it’s a bottom bar (Round the corners on the block – doesn’t apply to the top or bottom bar).
    This is why I was asking how I have to change the style.css file instead.
    How can the “I ACCEPT” button be 50% transparent?
    Thanks.

    Carlo

    Gareth

    (@catapult_themes)

    Hi

    You will need to target button#catapultCookie in your CSS and apply any style changes you wish that way.

    Thread Starter Hans Prunner

    (@hans-prunner)

    I am not trained and do not really know what you are talking about. Can you please help me with something I can copy and paste?

    here is the url where the cookie policy is: https://armour65-001-site1.btempurl.com

    Thank you for your patience,

    Carlo

    Gareth

    (@catapult_themes)

    Okay, well you need to add something like the following CSS to your theme:

    button#catapultCookie {
      background: rgba(0,0,0,0.5); /* button transparency */
      border-radius: 3px;
    }

    But I really recommend taking a few minutes to read up about the basics of CSS.

    Thread Starter Hans Prunner

    (@hans-prunner)

    Thank you.

    I did and it is not working.

    /* Cookies Button */
    button#catapultCookie {
    background: rgba(163,154,6,0.5); /* button transparency */
    border-radius: 0px !important;
    }

    It feels like hitting a rubber wall.

    Gareth

    (@catapult_themes)

    Where are you adding this CSS? I have just again at your site and don’t see the additional CSS anywhere.

    Thread Starter Hans Prunner

    (@hans-prunner)

    I am adding the css to the avada custom css section

    Gareth

    (@catapult_themes)

    Okay – I’m looking at the link you posted yesterday, https://armour65-001-site1.btempurl.com/, and there is no additional CSS targeting button#catapultCookie.

    Thread Starter Hans Prunner

    (@hans-prunner)

    the link is correct, the css is correct … why is it not working?

    Gareth

    (@catapult_themes)

    But the CSS is not being added to the page so either the theme is not working correctly or you have a caching plugin enabled?

    Thread Starter Hans Prunner

    (@hans-prunner)

    I have opened a ticket with Avada. Let’s see what they will say. Cheers, Carlo

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Sharp button corners (not rounded)’ is closed to new replies.