Header Type 7 – Remove left section

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

  • Avatar: andantesash
    andantesash
    Participant
    May 25, 2015 at 00:05

    How I remove the box with the little mail icon to the left of the logo where it takes the Tagline text.

    I don’t want this included, it would be great if you could tell me how to do this.

    Thanks

    23 Answers
    Avatar: stan
    Stan Russell
    Participant
    May 25, 2015 at 08:40

    Hello,

    please add following css code to yours custom.css file:

    .header-type-7 .header .tbs {
    display:none
    }

    Regards,
    Stan Russell.

    Avatar: andantesash
    andantesash
    Participant
    May 25, 2015 at 11:09

    It doesnt work, any other suggestions?

    Avatar: Eva
    Eva Kemp
    Support staff
    May 25, 2015 at 12:12

    Hello,

    Please provide us with a link to your site.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: andantesash
    andantesash
    Participant
    May 25, 2015 at 13:38

    Here you go.

    Please, contact administrator
    for this information.
    Avatar: stan
    Stan Russell
    Participant
    May 25, 2015 at 13:56

    Hello,

    please enable custom.css file in Theme options > Custom css > Enable.
    If this will not help – please provide us with admin credentials for your site in private content and we will fix that.

    Regards,
    Stan Russell.

    Avatar: truer
    truer
    Participant
    May 25, 2015 at 15:16

    I use this custom css, but the logo and cart change position now.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    May 25, 2015 at 15:23

    Hello @truer,

    Could you please clarify with more details what exactly you want to do and show us screenshots?

    Regards,
    Robert Hall.

    Avatar: truer
    truer
    Participant
    May 25, 2015 at 15:58

    Sure, i let you the image in private content

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    May 25, 2015 at 16:03

    Hello truer,

    Please provide us with link to the page and wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: truer
    truer
    Participant
    May 25, 2015 at 16:10

    here is:

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    May 25, 2015 at 16:11

    Hello,

    Please use this code instead of the previous one:

    .header-type-7 .header .tbs span {
    display:none !important;
    }

    Regards,
    Eva Kemp.

    Avatar: truer
    truer
    Participant
    May 25, 2015 at 16:16

    Ok is working now, thank u, i let u 1 question in the private content of the last message if u can check it. 🙂

    Avatar: Eva
    Eva Kemp
    Support staff
    May 25, 2015 at 16:44

    Hello,

    Please add this code in custom.css file:

    .mobile-nav-heading i {
       margin-right: 5px !important;
    }
    .mobile-nav ul {
        padding-left: 5px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    May 25, 2015 at 16:45

    Please use this code in custom.css file

    .fa-user:before{
      position: relative;
      left: -8px;
    }
    .mobile-nav-heading{
    padding-left: 13px;
    }

    Regards,
    Robert Hall.

    Avatar: andantesash
    andantesash
    Participant
    May 25, 2015 at 17:17

    It still hasn’t worked, I need this section removed (hidden content for screenshot)

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    May 25, 2015 at 17:21

    Hello @andantesash,

    Please provide us with wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: truer
    truer
    Participant
    May 25, 2015 at 17:24

    Thank u mates

    Avatar: truer
    truer
    Participant
    May 25, 2015 at 17:26

    @andantesash

    Use this code, works for me:

    .header-type-7 .header .tbs span {
    display:none !important;
    }

    Avatar: Robert Hall
    Robert Hall
    Support staff
    May 25, 2015 at 17:27

    Hello @truer,

    You’re welcome!

    Regards,
    Robert Hall.

  • 1 2
    Viewing 20 results - 1 through 20 (of 24 total)

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

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