Header and single product - by springatefarm

This topic has 14 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler

  • Avatar: springatefarm
    springatefarm
    Participant
    April 5, 2018 at 12:06

    Hi 🙂

    Im struggling with few things and have searched for hours so please if can help

    1. header, Ive set the header with back background. So want the cart and search icon in white. Also when you scroll down the cart icon changes. Is there anyway to use the larger of the 2 icons on both the top header and the stciky header and have them both in white, so basically same icons for all the time if that makes sense?

    2. On the single product page is there anyway to remove the ‘SKU: Category: and tag:’ text, the ‘additional information’ tab, the ‘product description’ text thats above the second product description and the first product name text and breadcrumbs at the top. so basically on the single product will have image to the left and just one product name to the right above the short description.

    Thank you!!

    13 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 5, 2018 at 13:37

    Hello,

    1. Theme Options > Header Settings > Header color scheme and Fixed header color scheme > Light.
    2. Please add this code in Theme Options > Custom css:

    .single-product .product_meta, .single-product .page-heading .title {
        display: none;
    }
    

    Theme Options > Single Product page > Tabs type > Disable

    Regards

    Avatar: springatefarm
    springatefarm
    Participant
    April 5, 2018 at 13:51

    Thanks Rose!!

    The breadcrumbs are still showing on the single product page if theres a way to remove them?

    And the cart in the header still black?

    The rest worked though, thank you so much

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 5, 2018 at 14:21

    Please change this code:

    .single-product .product_meta, .single-product .page-heading .title {
        display: none;
    }

    to

    .single-product .product_meta, .single-product .page-heading {
        display: none;
    }

    And the cart in the header still black?

    – could you please provide temporary wp-admin access in the Private Content?

    Regards

    Avatar: springatefarm
    springatefarm
    Participant
    April 5, 2018 at 15:14

    Thank you Rose!

    Have put in private bellow.

    Also do you know why the contact form 7 on ‘contact us’ page has gone really narrow and pushed to one side? Instead of full width and center?

    Thanks!!

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 6, 2018 at 08:41

    Hello,

    Please add this code in Global Custom css:

    .header-type-4 .header .shopping-cart-widget .fa {
        color: white !important;
        padding-top: 0px;
    }
    .fixed-header .fa-shopping-bag {
        color:  white !important;
    }

    this css add in custom for page with the form:

    .wpcf7 input[type="text"], .wpcf7 input[type="email"], input[type="password"], .wpcf7 input[type="tel"], .wpcf7 input[type="number"], .wpcf7 input[type="search"], .wpcf7 textarea {
        width: 100% !important;
    }
    .wpcf7 label {
        width: 98%;
    }

    http://prntscr.com/j1lusx

    Regards

    Avatar: springatefarm
    springatefarm
    Participant
    April 6, 2018 at 14:25

    Thank you so much!!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 6, 2018 at 14:26

    You’re welcome!

    Regards

    Avatar: springatefarm
    springatefarm
    Participant
    April 6, 2018 at 15:16

    Also Rose do you know how to get ride of the bottom white space? So basically you have your last row and then straight away the footer with no gap? thanks 🙂

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 6, 2018 at 15:33

    Please add this code in Custom css for page:

    .page-content {
        margin-bottom: 0px;
    }

    Regards

    Avatar: springatefarm
    springatefarm
    Participant
    April 13, 2018 at 15:47

    Hi Rose, hope your ok.

    The breadcrumbs are still showing on some of the single product pages, any ideas?

    Also is there a way to remove them on the catagory pages also?

    Thank You!!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 13, 2018 at 15:54

    Hello,

    1. Please provide me URL of such page.
    2.

    .tax-product_cat .page-heading {
        display: none;
    }

    Regards

    Avatar: springatefarm
    springatefarm
    Participant
    April 13, 2018 at 16:20

    some products it shows breadcrumbs, some it doesnt? please see private, thank you

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 16, 2018 at 08:40

    Hello,

    Thanks for the reply. Could you please provide link to product with the problem?

    Regards

  • Viewing 14 results - 1 through 14 (of 14 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.