-
AuthorPosts
-
October 12, 2023 at 1:33 pm #1422232
Hi Enfold team
Please could you help me out with an css-code for text being underlined when linked:
The underlinement should only be adjusted for:
Content elements
– Body text
– Accordion
– clickable links like phone numbers and e-mail in footerThe underlinement should be:
Font colour: #444444
Underline: #444444
Active: Underlined
Mouseover:: UnderlinedThere is already this css inserted, but it needs rewrite:
#top p > a:hover {
text-decoration: underline;
}Many thanks’
Best regards
LeneOctober 12, 2023 at 2:56 pm #1422240Hey Lene,
Please try the following in Quick CSS under Enfold->General Styling:
#main a { text-decoration: underline; color: #444; }
Best regards,
RikardOctober 13, 2023 at 10:17 am #1422360This reply has been marked as private.October 13, 2023 at 1:12 pm #1422394Hi,
Please try this CSS as well:
.single_toggle p:hover { text-decoration: underline; } .avia-button-wrap a { text-decoration: none; }
Best regards,
RikardOctober 13, 2023 at 1:53 pm #1422400This reply has been marked as private.October 14, 2023 at 3:16 am #1422440Hi Lene,
Please go to Enfold (Theme Options) > Performance > CSS File Merging And Compression and select Disable – no CSS file merging and compression and save.
Let us know if it helps.Best regards,
NikkoOctober 16, 2023 at 10:39 am #1422631This reply has been marked as private.October 16, 2023 at 5:00 pm #1422675Hi,
Please try this CSS instead:
.avia-button-wrap a { text-decoration: none !important; } .single_toggle p.toggler:hover { text-decoration: underline; }
Best regards,
RikardOctober 17, 2023 at 1:47 pm #1422800This reply has been marked as private.October 18, 2023 at 4:14 pm #1422910Hi,
1. Please try the following in Quick CSS under Enfold->General Styling:
.avia-buttonrow-wrap a.avia-button { text-decoration: none !important; }
2. Please try the following in Quick CSS under Enfold->General Styling:
p.toggler { text-decoration: underline !important; color: #444; }
3. Where exactly are you seeing that?
4. I’m not sure what you mean by this, could you post a screenshot highlighting your intentions please?
Best regards,
RikardOctober 19, 2023 at 12:07 pm #1423001This reply has been marked as private.October 20, 2023 at 4:03 pm #1423138Hi,
2. I can see the code applying on my end, please try checking in a private browser window.
3/4. I’ve added code for you.
Best regards,
RikardOctober 23, 2023 at 11:20 am #1423390This reply has been marked as private.October 25, 2023 at 4:52 pm #1423715Hi,
The login details you provided are not working anymore, please check.
Best regards,
RikardOctober 27, 2023 at 10:15 am #1423888This reply has been marked as private.October 28, 2023 at 1:47 pm #1423964Hi,
Thanks for that.
2. You have this under Appearance->Customize->Extra CSS:
#top .av_toggle_section a { color: #dac7a6!important; }
Please change to the correct colour there.
4. It looks correct on my end, please see screenshot: https://snipboard.io/EO2cfl.jpg. Please try clearing your browser cache, or try opening the site in a private browser window.
Best regards,
RikardOctober 30, 2023 at 12:40 pm #1424119This reply has been marked as private.November 2, 2023 at 9:02 am #1424361Hi,
2. I changed the CSS for you, and it’s working as expected. The colour won’t change unless you actually change the CSS I referred to.
3. Please see screenshot: https://snipboard.io/fXa8ht.jpg
Socket; I’m not sure what you are referring to, please try to be a bit more specific.
Best regards,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.