Remove Tagline from Header 6 - by CPP - on WordPress WooCommerce support

This topic has 10 replies, 4 voices, and was last updated 9 years, 4 months ago ago by Robert Hall

  • Avatar: CPP
    CPP
    Participant
    November 12, 2014 at 14:36

    I would like to know how to remove tagline incl. symbol from header style 6.
    Could you please provide a solution?

    9 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    November 12, 2014 at 15:23

    Hello,

    Please show us a screenshot of what you want to remove and provide us with a link to your site in Private Content.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: CPP
    CPP
    Participant
    November 12, 2014 at 16:04

    I am on localhost, but here is a screenshot:
    Remove Tagline

    Avatar: Eva
    Eva Kemp
    Support staff
    November 12, 2014 at 16:42

    Hello,

    Please add this code into custom.css file:

    .tbs {
        display: none !important;
    }

    How to create custom.css you can watch here (it’s for Legenda theme but the process is identical).

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: CPP
    CPP
    Participant
    November 12, 2014 at 19:39

    Hi eva

    if i do so, logo alignment and search icon goes to the left. Any suggestions?

    Avatar: Eva
    Eva Kemp
    Support staff
    November 12, 2014 at 23:05

    Hello,

    In this case you need also add this code to custom.css:

    header-type-6 .header .header-logo {
        width: auto !important;
        float: right !important;
    }

    Regards,
    Eva Kemp.

    Avatar: CPP
    CPP
    Participant
    November 13, 2014 at 07:55

    For some reasons this don’t work here. Could you please check this on my demo site and let me know what´s wrong?

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    November 13, 2014 at 08:04

    Hello,

    As I see logo and search icon isn’t at left side. Look at screenshot: http://prntscr.com/55ve6u
    Could you please clarify with more details and show us screenshots?

    Regards,
    Robert Hall.

    Avatar: DGI007
    DGI007
    Participant
    December 4, 2014 at 23:39

    Hey,
    found the answer you may be looking for 🙂
    try this code this worked fine for me.

    .tbs {
    display: table-cell;
    vertical-align: middle;
    visibility: hidden;
    }

    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 5, 2014 at 08:21

    Hello,

    So, did your issue resolved?

    Regards,
    Robert Hall.

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

The issue related to '‘Remove Tagline from Header 6’' has been successfully resolved, and the topic is now closed for further responses

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