-
Posts
9 -
Joined
-
Last visited
Reputation Activity
-
Nima reacted to paul2009 in How can I target and edit the button element in the header with CSS?
You should be able to do this by including the header-actions-action--cta class in your selector, as this refers to the Call to Action (CTA) in the header. For example:
#siteWrapper.site-wrapper .header-actions-action--cta .sqs-button-element--primary { color: #fff; border: 0.5px solid #fff !important; } Did this help? Please give feedback by clicking an icon below ⬇️
-
Nima got a reaction from tuanphan in How to customise the navigation links
Hey,
Sorry for my late reply, but I was not notified that there was a new message here.
But after some googling, I found the solution to my issue. But thank you anyway.
-
Nima reacted to tuanphan in Active nav menu item has line through it.
Add this to Design > Custom CSS
body:not(.header--menu-open) .header-nav-item--active>a { background-image: none !important; }