Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1418935

    JamesZL
    Participant

    Hey X theme support!

    I’ve recently added an additional information on a product and this comes up:

    1. a white line + text
    2. just under that are a title-sized text “additional information” in white.

    Is there a way to remove 2?

    So the end goal looks: there’s a white line and “additional information” and just under that are the attributes I add on the backend?

    #1418939

    JamesZL
    Participant
    This reply has been marked as private.
    #1419179

    Lely
    Moderator

    Hello James,

    To hide the headline, please add this CSS on Appearance > Customize > Custom > Edit Global CSS

    .x-tab-pane.additional_information_pane>h2 {
        display: none;
    }

    Hope this helps.

    #1419613

    JamesZL
    Participant

    Yes it did, thank you!

    #1419807

    Prasant Rai
    Moderator

    You are most welcome. 🙂