Header is not inserting, please have a look and resolve this issue

This topic has 8 replies, 3 voices, and was last updated 16 hours, 38 minutes ago ago by Luca Rossi

  • Avatar: uttam pradhan
    uttam pradhan
    Participant
    January 1, 2025 at 04:12

    Header is not inserting- i can not add the header, please check out, i have provided the login details.

    Content is visible for topic creator and
    support staff only.
    7 Answers
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    January 1, 2025 at 07:12

    Hello, @uttam pradhan,

    Thank you for contacting us and for using XStore.

    We have thoroughly reviewed your website and are pleased to inform you that no issues were identified. Additionally, we have successfully added a new header using the XStore Header Builder via Elementor.

    For your reference, we have included images in the private content area to illustrate the changes made.

    We kindly encourage you to review our theme documentation for further guidance: https://www.8theme.com/documentation/xstore/xstore-builders/new-xstore-header-builder-with-elementor/

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

    Best regards,
    The 8Theme Team

    Content is visible for topic creator and
    support staff only.
    Avatar: uttam pradhan
    uttam pradhan
    Participant
    January 1, 2025 at 08:09

    Yes! That has been resolved. my request is to please help us more quickly.

    Issues – 2
    How to do this kind of hyperlink for the entire site ( image below)

    I tried this code but didn’t work out

    .content-article.entry-content a:not(.Teckshop-rp-link) {
    color: #c19b61;
    text-decoration: underline;

    Content is visible for topic creator and
    support staff only.
    Files is visible for topic creator and
    support staff only.
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    January 1, 2025 at 09:56

    Hello, @uttam pradhan,

    We kindly request you to try adding the following custom CSS code by navigating to **XStore > Theme Options > Theme Custom CSS > Global CSS**.

    /* Style links within paragraphs and list items inside the .content class */
    .content p a:not(.Teckshop-rp-link),
    .content li a:not(.Teckshop-rp-link) {
        color: #c19b61 !important; /* Change link color */
        text-decoration: underline !important; /* Add underline */
    }
    
    /* Style visited links within paragraphs and list items inside .content */
    .content p a:not(.Teckshop-rp-link):visited,
    .content li a:not(.Teckshop-rp-link):visited {
        color: #c19b61 !important;
        text-decoration: underline !important;
    }
    
    /* Add hover effect for links within paragraphs and list items inside .content */
    .content p a:not(.Teckshop-rp-link):hover,
    .content li a:not(.Teckshop-rp-link):hover {
        color: #d4af7a !important; /* Lighter color on hover */
        text-decoration: none !important; /* Remove underline on hover */
    }

    We hope this solution proves helpful.

    Additionally, we kindly ask that you create a new topic for each new issue on our support forum. This will help us ensure a smoother process and provide you with prompt assistance.

    Thank you for your understanding.

    Best regards,
    The 8Theme Team

    Content is visible for topic creator and
    support staff only.
    Avatar: uttam pradhan
    uttam pradhan
    Participant
    January 1, 2025 at 12:43

    1- After i add this, it won’t change!!

    ::selection {
    background: #FF5C17

    the selection background is not gonna change. what’s the issues?

    i wanna make the selection background to #c19b61 and selection color to #000000

    2- How to change the The footer link color ?

    3- The post content color should balck, please tell me how can i do it?

    4- why the same code not working on this webiste, though the same code works on my another webiste.

    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    January 2, 2025 at 10:06

    Dear @uttam pradhan,

    1. We’ve added this custom CSS code for you:

    
    ::selection {
        background: #c19b61;
        color: #000;
    }
    

    Then the selection is working fine now: https://prnt.sc/fpn5We0QTUe9

    2. Please add the following custom CSS under Text element of your footer: https://prnt.sc/C3HZPAfahNJ2

    
    selector a {
        color: #000;
    }
    selector a:hover {
        color: #f0f0f0;
    }
    

    3. Please navigate to XStore > Theme Options > Typography > Body typeface > Color > then select another color: https://prnt.sc/xqGIWW-Xv0tJ.

    4. Maybe you missed something in the custom CSS code when you copied.

    Best regards,
    The 8Theme Team

    Avatar: uttam pradhan
    uttam pradhan
    Participant
    January 2, 2025 at 12:21

    number 2 didn’t work

    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    January 3, 2025 at 09:37

    Hi @uttam pradhan,

    Please remove the DOT before selector:

    
    selector a {
        color: #000;
    }
    selector a:hover {
        color: #f0f0f0;
    }

    Let us know how it goes!

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