• Resolved Dinamicore

    (@dinamicore)


    Hello support:

    Please indicate where to find the css code that displays the line underneath the title “Theme Preview” of the template, as I need to hide it.

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Suyogya Shukla

    (@themeislesupport)

    Hi Pablo,

    We can’t view the screenshot. Please upload it on some other site. Also, please post the link of the affected site. Thanks!

    Thread Starter Dinamicore

    (@dinamicore)

    Thanks Suyogya:

    The image is here.

    The Website is located here we need to locate the code that controls the line under the logo.

    ??

    Suyogya Shukla

    (@themeislesupport)

    Hey Pablo,

    I can’t view the screenshot. It gives error 403. Can you please try uploading it on a different site, like postimg.org? Thanks!

    Thread Starter Dinamicore

    (@dinamicore)

    Hello Suyogya:

    When I first upload the image, I can see it. But, when I try for the second time (once I read your posts) I can′t.

    Here you can see it.

    Thanks!

    Hi, Pablo!
    This gave me such a hard time, when I wanted that line to disappear from my header!^^

    But it’s:

    .site-logo:after {
        content: "";
        height: 1px;
        background-color: #000000;
        width: 50%;
        min-width: 30px;
        margin: 10px auto 10px;
        display: block; }

    I just changed it to
    .site-logo:after {content: none;}

    Thread Starter Dinamicore

    (@dinamicore)

    @ill66, thanks! Working fine.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Line under TITLE/LOGO’ is closed to new replies.