Viewing 1 replies (of 1 total)
  • Hi TYMEKD,

    From looking in the element inspector, your theme is hiding the lines with CSS.
    the file is:
    https://serwer1569849.home.pl/autoinstalator/wordpress18/wp-content/themes/neighborhood/style.css
    and on line 6592 this rule is hiding the line
    .spb_testimonial_slider_widget h4.spb_heading:before, .full-width-text h4.spb_heading:before, .asset-bg h4.spb_heading:before, .spb_parallax_asset h4.spb_heading:before {
    border: 0;

    }

    You can override this with additional CSS, which you can put in the ‘Additional CSS’ section of the customizer:

    .asset-bg h4.spb_heading:before, .spb_parallax_asset h4.spb_heading:before {
    top: 36%;
    }
    .asset-bg h4.spb_heading span{
    background-color: #fff !important;
    }

    I hope that helps!
    -Shaynald

Viewing 1 replies (of 1 total)
  • The topic ‘Title of widget’ is closed to new replies.