oliviaparker09

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Social Icons update #159950
    oliviaparker09
    Participant

    It 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.

    in reply to: Remove underlines on headings across the site #159948
    oliviaparker09
    Participant

    It 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 ::after or a border instead of text-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.

    oliviaparker09
    Participant
    This reply is private.
    in reply to: Esotera theme for a migration to wordpress #159924
    oliviaparker09
    Participant
    This reply is private.
Viewing 4 posts - 1 through 4 (of 4 total)