Description background colour

Home Forums Gillion Theme Description background colour

Home Forums Gillion Theme Description background colour

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
  • sarahjane
    Participant

    having issues changing the bg colour for the description on product pages, should be all the peachy colour.

    Attachments:
    You must be logged in to view attached files.

    Hi @sarahjane,

     

    I hope you are well today and thank you for your question.

     

    Could you please share the page URL from your site where it is displaying so that I can help you to change it?

     

    Best regards,
    Shufflehound team

    sarahjane
    Participant

    https://nutritionista.com.au/product/increase-your-immunity-eguide/

     

    Also how do i change the font colour and font type on the cart and checkout pages

    Image attached

    Attachments:
    You must be logged in to view attached files.

    having issues changing the bg colour for the description on product pages, should be all the peachy colour.

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .panel {
        background: transparent;
    }

     

    Also how do i change the font colour and font type on the cart and checkout pages

    Image attached

    <div class=”bbp-attachments”>Please make sure that you are not using any custom CSS code to change it on your website and then change it from the theme styling settings.</div>

    sarahjane
    Participant

    the description heading is still showing with a white background but it worked for the description body text.

     

    Also font colour and font family havent changed, there is also nowhere with that pink/red colour code

    Attachments:
    You must be logged in to view attached files.

    the description heading is still showing with a white background but it worked for the description body text.

    Please also use the below CSS code for the headings.

     

    #page-container ul.tabs li {
        background: transparent;
    }

     

    Also font colour and font family havent changed, there is also nowhere with that pink/red colour code

    You can change its styling using the Yellow Pencil editor as described in the below page.

     

    https://support.shufflehound.com/how-to-change-almost-any-element/

    sarahjane
    Participant

    one last thing; hw do we remove this section (attached) in the product page with sku ect

    Attachments:
    You must be logged in to view attached files.

    Could you please tell me exactly which section you want to remove by outlining it in your shared screenshot so that I can help you?

Viewing 8 posts - 1 through 8 (of 8 total)