shannon-rose Posted August 26, 2021 Share Posted August 26, 2021 Hello! I have set the following CSS to apply to buttons on hover. Currently, it works as it should when the editor is open, but stops working when I view the page. I've checked all of the code in a validator. Here's all the custom CSS, and bolded the custom CSS that's not working. /*button hover outline*/.sqs-block-button-element:hover { border:2px solid rgb(46, 148, 144); background-color:transparent; color: rgb(46, 148, 144); /*hex:#2e9490*/ } /*Links color and underline -- nav and body*/ /*nav links*/ .header-nav *, .header-menu-nav * { text-decoration:underline !important; text-decoration-style:dotted !important; } .header-nav-item--active a { background-image: none !important; } /*nav links hover*/ .header-nav *:hover, .header-menu-nav *:hover { text-decoration:underline !important; color: #2e9490 !important; text-decoration-style: dotted !important; transition: opacity 100s; } /*body links*/ .sqs-block-html a, .summary-metadata-item a, .summary-title a, .twitter-block a, .image-title a, .blog-item-wrapper a { background-image:none !important; text-decoration:underline !important; text-decoration-style:dotted !important; } .sqs-block-html a:hover, .sqs-block-summary-v2 a:hover, .summary-title a:hover, .twitter-block a:hover, .image-title a:hover, .blog-item-wrapper a:hover { text-decoration:underline !important; color: #1C355E !important; text-decoration-style: dotted !important; transition: opacity 100s; } /*making clipart on front page all 150px tall*/ #block-yui_3_17_2_1_1627938337544_19186, #block-yui_3_17_2_1_1627938337544_21119, #block-yui_3_17_2_1_1627938337544_17959 { height: 150px; } Unfortunately can't share the URL since this is for work, not a personal account. Link to comment
tuanphan Posted August 27, 2021 Share Posted August 27, 2021 Can you setup site access password & share url? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
shannon-rose Posted September 3, 2021 Author Share Posted September 3, 2021 Fixed by adding !important Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.