Part Text not showing

Home Forums Jevelin Theme Part Text not showing

Home Forums Jevelin Theme Part Text not showing

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    RESOLVED Posts
  • Hi Guys,

    Part of the text on the page

    https://www.theclassyseoconsultant.com/shop/link-building-packages/

     

    RIGHt beneath “description” are not showing, I have the following text in an H2 tag:
    <h2>Link Building Packages & White Hat Link Building Service</h2>
    But it doesn’t show at all..

    Hi @theclassyseoconsultant,

     

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

     

    I am not sure exactly which section you are referring on the shared page so could you please share me the screenshot of it and also share me the screenshot of screen from your site admin area where you have set that text?

     

    Best regards,
    Shufflehound team

    Hi,

    See attached, 2 screenshots:

    *Front end (browser)

    *Back end (wordpress)

     

    Thank you

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

    Solution for this topic

    It is not displaying on your site because you are using below custom CSS code generated by YellowPencil Plugin

     

    #tab-description h2 {
        visibility: hidden;
    }

     

    To display it please remove the above CSS code you are using on your site.

    Ok where do I remove the CSS code?

    You can reset the CSS and the changes made using Yellow Pencil Editor as described in the following pages.

     

    https://waspthemes.com/yellow-pencil/documentation/#reset-css-styles

    https://waspthemes.ticksy.com/ticket/1058734/

    ok thx Guys

    I got YellowPencil with Jevellin… I am struggling with this text, how do I get support directly from them?

     

    There is an ugly white space on the page and no H heading…

     

     

    You are most welcome here 🙂

    I got YellowPencil with Jevellin… I am struggling with this text, how do I get support directly from them?

    Have you tried contacting them on their following support pages?

     

    https://wordpress.org/support/plugin/yellow-pencil-visual-theme-customizer

    https://waspthemes.ticksy.com/

    Yes but I did not pay directly for Yellow Pencil so I can’t get support from their forum…

     

    Can you guys help at all???

    Sure we will help you but to help us keep support thread separates could you please create new thread for each of your other questions instead of asking them in your single thread as it makes the thread messy and hard to read.

     

    If you want to you can also add reference of this thread in your newly created thread.

     

    We would be more than happy to help you on your new thread.

     

     

    Hi. This is still the EXACT SAME topic… part text not showing… as per my original post…

    Then have you removed the CSS code from Yellow Pencil Editor as described above?

    No I haven’t, I have made allot of changes with the plugin, I am afraid of touching any CSS as I don’t want to mess up the page… which in my experience is something that will happen to me…

    Solution for this topic

    Ok then you can display 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

     

    .woocommerce .woocommerce-tabs h2 {
        visibility: visible !important;
    }

    Perfect, all I wanted

     

    Thank you

    You are most welcome here 🙂

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