I can’t find the settings for what I want to change

This topic has 11 replies, 2 voices, and was last updated 2 weeks, 1 days ago ago by krasen

  • Avatar: krasen
    krasen
    Participant
    May 17, 2025 at 13:27

    Hello again!

    I have a few questions about the design because I can’t find the settings for what I want to change, and I’ve been looking for a long time.

    Firstly, I see a lot of links to your site in the source code of my site, but the links are invisible in the frontend of my site. Please tell me how to remove these links. See attached screenshot.

    Please see the screenshots to better understand what changes I want to make to the design.

    I hope you can help me with this too, so that I can finally put the site online.

    Thanks in advance!

    Please, contact administrator
    for this information.
    Files is visible for topic creator and
    support staff only.
    10 Answers
    Avatar: krasen
    krasen
    Participant
    May 18, 2025 at 10:38

    Another thing I forgot to mention:

    I want to have some space on the left so that the text isn’t all the way to the left. It’s about the Content and Similar Products sections.

    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    May 19, 2025 at 09:24

    Hi @krasen,

    1. Please add the following code under functions.php file locates in your child theme:

    
    /* Change Heading of Sidebars */
    add_filter('etheme_sidebar_before_title', 'n2t_etheme_sidebar_before_title');
    function n2t_etheme_sidebar_before_title(){
        return '<h3 class="widget-title"><span>';
    }
    add_filter('etheme_sidebar_after_title', 'n2t_etheme_sidebar_after_title');
    function n2t_etheme_sidebar_after_title(){
    	return '</span></h3>';
    }
    

    2. Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:

    
    .header-main-menu.et_element-top-level .menu > li > a {
        font-weight: 600;
    }
    
    body.single-product .page-heading .container {
        width: 100%;
        max-width: 100%;
    }
    
    div#tab-description {
        padding: 30px;
    }
    
    

    Hope it helps!

    Avatar: krasen
    krasen
    Participant
    May 19, 2025 at 10:25

    Hello,

    I did what you told me, and some issues are resolved. Thank you for your help!

    Fixed:
    – Product Content text now has padding
    – The main menu now has bold text
    – Breadcrumbs are now on the far left

    However, this remains:

    1. There are still external links to your website
    2. The widget titles in the footer have become bolder, but only on the home page. When I browse a product, they are still too small and not bold.
    3. Related Products title still has no padding
    4. The sticky bar at the bottom – please see in the screenshot how the product title is cut. Maybe you can add more space for the title, as there is now too much empty space, and there is room for more text.
    You can see this sticky bar on this page: https://zdravezavas.bg/word/p/dietichen-shokolad-bez-zahar-finesse/

    Avatar: krasen
    krasen
    Participant
    May 19, 2025 at 10:26

    I forgot to attach the screenshot. Here is it…

    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    May 21, 2025 at 10:00

    Dear @krasen,

    We hope this message finds you well.

    We would like to inform you of the following updates made to your website:

    – The 8theme demo links have been successfully removed.
    – Kindly review the widget titles once more; they are now displayed in bold.
    – The padding settings can be adjusted via Customizer > Single Product Builder. We have already configured this for you.
    – Additionally, please add the following custom CSS code to your site:

    
    body .etheme-sticky-cart .et_column.et_col-xs-5 {
        width: 60%;
    }
    

    Should you have any further questions or require assistance, please do not hesitate to contact us.

    Best regards,
    The 8Theme Team

    Avatar: krasen
    krasen
    Participant
    May 23, 2025 at 10:17

    Hello!

    Thank you very much for your help!

    Everything is as I want it, except for the sticky bar at the bottom.

    Please see the screenshots I prepared to explain it better. Is there a way to increase the number of characters in the title?

    Files is visible for topic creator and
    support staff only.
    Avatar: krasen
    krasen
    Participant
    May 23, 2025 at 10:18

    I don’t understand why, but I can’t upload two screenshots at once. Here’s the second one.

    Files is visible for topic creator and
    support staff only.
    Avatar: krasen
    krasen
    Participant
    May 23, 2025 at 10:21

    The page in the screenshots is this one: https://zdravezavas.bg/word/p/dietichen-shokolad-bez-zahar-finesse/

    As you can see, there are no such symbols in the product title, and these strange symbols appear in the sticky bar at the bottom.

    Avatar: Justin
    Luca Rossi
    Support staff
    May 23, 2025 at 17:40

    Hi @krasen,

    Could you please try adding this custom code under functions.php file locates in your child theme?

    
    add_filter('etheme_sticky_cart_title', 'n2t_etheme_sticky_cart_title', 100, 2);
    function n2t_etheme_sticky_cart_title($product_title, $origin_title) {
        return $origin_title;
    }
    

    Hope it helps!

    Avatar: krasen
    krasen
    Participant
    May 26, 2025 at 11:49

    Thanks for the support! My topic “I can’t find the settings for what I want to change” has been successfully resolved.

  • Viewing 11 results - 1 through 11 (of 11 total)

The issue related to '‘I can’t find the settings for what I want to change’' has been successfully resolved, and the topic is now closed for further responses

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