Viewing 3 replies - 1 through 3 (of 3 total)
  • It’s a style in the theme.

    Line 3220 of the /wp-content/themes/zerif-lite/style.css file

    The style is ‘.entry-title::after’

    If you remove that style the red line will go – must just be a theme design thing.

    That would work but the edit would be overwritten by theme updates.

    The theme puts the line under the title, but its the custom css that puts in the extra line at the centre. The line is added in the custom css at
    Dashboard > Appearance > Customise > Additional CSS

    Look for and delete:

    /*CENTERING THE LINE BELOW PAGE TITLES*/
    
    .entry-title::after {
    left:45% !important;
    }
    
    Thread Starter eagleview

    (@eagleview)

    Hi dancing pony and Lorro,

    Removing the below redundant worked perfectly – thank you!!! ??

    /*CENTERING THE LINE BELOW PAGE TITLES*/
    .entry-title::after {
    left:45% !important;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Red line in woocommerce page’ is closed to new replies.