Forum Replies Created
-
AuthorPosts
-
oliviaparker09
ParticipantIt would be great to see the social icons updated with a more modern look and better customization options. Having more control over the icon style, size, colors, and spacing would make it much easier to match different website designs. Hopefully this can be considered for a future Verbosa update.
oliviaparker09
ParticipantIt sounds like the underline may be coming from a theme style or a link style rather than the heading elements themselves. If the headings are clickable links, try targeting the anchor inside the headings:
css
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
text-decoration: none !important;
}
<code></code>If that doesn’t work, inspect one of the underlined headings with your browser’s developer tools. Check which CSS rule is actually applying the
text-decoration—it may be using a pseudo-element such as::afteror a border instead oftext-decoration.Also try clearing any theme/plugin cache after adding the CSS. If this started immediately after an update, comparing the theme’s stylesheet before and after the update can help identify the changed rule.
August 21st, 2026 at 12:22 in reply to: What is your best Cryout Theme for Mobile phones, BBPress and Buddy Press? #159947oliviaparker09
ParticipantThis reply is private.oliviaparker09
ParticipantThis reply is private. -
AuthorPosts