Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Klemen

    you can do this by changing the css

    .widget .widget-title:before{
    background: #your-present-color
    }

    you can change the background as per your requirement.

    NOTE-: Changing in your main theme will be lost when theme updates.

    Regards
    Divdeep Singh

    Hey there,

    Please post the link to your website. Thanks!

    Please include a link to your site next time you post a question. It is easier to examine the site directly.

    Can’t tell if you’ve created a child theme, but if you have, add the rule below. Otherwise, use a custom CSS plugin like Jetpack or Custom CSS Manager. Don’t edit the theme’s files directly (like style.css) or your changes will be lost the next time you update the theme.

    .widget .widget-title:before,
    .nav-links a {
       background-color: #000;
    }

    This will change the line color and navigation links to black. If you need help with the hex color codes, use this color picker.

    Thread Starter klemenpeganc

    (@klemenpeganc)

    Hi!
    I’m sorry, but my website is currently only on localhost, so i can’t share the link to it, but luckily CrouchingBruin did exactly what i wanted.
    Thank you for your help,
    Klemen

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing the underline color below blog categories’ is closed to new replies.