[CSS] title line - by wholeman - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 8 years, 11 months ago ago by Eva Kemp

  • Avatar: wholeman
    wholeman
    Participant
    May 25, 2015 at 02:44

    Hello,

    As you can see on http://112.169.86.188:8001/

    .title::before border is on the h2.title so that line is above on text.

    How can I fix this? I put z-index:2 to h2.title, but it did not work.

    Regards,

    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    May 25, 2015 at 11:16

    Hello,

    Please try to use this code in custom.css file:

    h2.title {
     top: 10px !important;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: wholeman
    wholeman
    Participant
    May 25, 2015 at 13:32

    Dear Eva,

    Thank you for the reply.

    However what I meant was that the title of blog widget in gray area.

    Please check gray area in http://112.169.86.188:8001

    Regards,

    Avatar: Eva
    Eva Kemp
    Support staff
    May 25, 2015 at 13:50

    Hello,

    Sorry for misunderstanding.
    Please try to use this code:

    .title::before {
     top: 80% !important;
    }

    Regards,
    Eva Kemp.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.