CMS Development

allenhooklead
Member | Partner
Member | Partner

CTA Buttons not applying CSS class on Brave Browser

I've noticed that HS CTA buttons seem to not carry over CSS class names applied to the a tag. Has anyone noticed this as well? 

 

Using CTA buttons and is only showing the text of the CTA when viewing on Brave browser. Doesn't matter if it's Mac or Windows.

0 Upvotes
5 Replies 5
DanielSanchez
Key Advisor | Platinum Partner
Key Advisor | Platinum Partner

CTA Buttons not applying CSS class on Brave Browser

Hi @allenhooklead ,

 

Please, send prints and links to we see better where and whats you say.

 

Best regards! 🙂

0 Upvotes
allenhooklead
Member | Partner
Member | Partner

CTA Buttons not applying CSS class on Brave Browser

Everything fine in Chrome. You can see buttons on the header top right and the bottom left portion of the hero:

Screen Shot 2020-01-13 at 2.07.27 PM.png

 

On Brave it's just the text:

 

Screen Shot 2020-01-13 at 2.07.17 PM.png

 

Inspected on Chrome, you can see the CSS class names on the a tag:

 

Screen Shot 2020-01-13 at 2.07.54 PM.png

 

No class on Brave inspector:

 

Screen Shot 2020-01-13 at 2.08.22 PM.png

0 Upvotes
DanielSanchez
Key Advisor | Platinum Partner
Key Advisor | Platinum Partner

CTA Buttons not applying CSS class on Brave Browser

Hi @allenhooklead 

 

Thank you for prints. I dont know about Brave, i never used, but i send one tip/idea that can help you.

 

In Design Manager, u can insert one div with class where the CTA Snippet are inserted in code, and in CSS you can styling based in this class.

 

Example:

HTML

<div class="cta-test">
   Here the snippet of CTA button
</div>

CSS

.cta-test a{
   background...
}

I know it is not ideal, but I have never used this browser, so the above suggestion is a way to style the button by the DIV class where it will be inserted.

 

Did this post help solve your problem? If so, please mark it as a solution.

Best regards! 🙂

allenhooklead
Member | Partner
Member | Partner

CTA Buttons not applying CSS class on Brave Browser

Makes sense. Let me see how it goes. Thanks

DanielSanchez
Key Advisor | Platinum Partner
Key Advisor | Platinum Partner

CTA Buttons not applying CSS class on Brave Browser

Hi @allenhooklead 

 

Let us know if it works, accepting the reply with this tip as a solution, to stay on record as a Brave solution.

 

Best regards! 🙂

0 Upvotes