Home Forums Basel support forum Startpage vertical category Navigation & a view Design Color questions

Startpage vertical category Navigation & a view Design Color questions

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #8664

    Daniel
    Participant

    Hi,

    first of all, really great job with the template, works pretty good 🙂

    I have a few questions on how to change the following:

    1.) I imported the demo startpage and changed it accordingly to my design, but the categorie won’t show like in the demo you did!? Where can I set the ones in the picture attached?

    2.) Cant find in the code how to change the color of the wishlist & quickview background, also the arrow of the back button

    Hope you can help me 🙂
    Best regards and thanks in advance,
    Daniel

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

    Daniel
    Participant

    missing picture again 😉

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

    Artem Temos
    Keymaster

    Hello,

    Thank you so much purchasing our theme and contacting our support center.

    1. We suggest you watch our video tutorial that demonstrates how our header can be configured and how to add categories and top bar menu to it.

    2. Please, provide us your website link so we could check why this arrow is black. Tooltips can be changed only with additional CSS code. If you want, we can prepare this code for you. Just specify what color would you like to have for tooltips.

    Kind Regards
    XTemos Studio

    #8676

    Daniel
    Participant

    Thanks for the quick reply.

    1.) I have watched it, thanks.
    2.) link and stuff in private section. Yes just make the backgrounds and arrow white in css, I can change it myself later, if you put it in custom css, I will find it 🙂

    Just as an improvement, I would make color pickers for all the buttons and stuff, this will help you and the people a lot. Also include the video Link in the documentation, didn’t find it until i looked everywhere ^^

    best regards
    Daniel

    #8677

    Artem Temos
    Keymaster

    1. Sorry, we forgot to attach a link to our reply.

    2. Here is a Custom CSS code for your request

    .basel-buttons .product-compare-button>a, 
    .basel-buttons .quick-view>a,
    .basel-buttons .yith-wcwl-add-to-wishlist>div>a {
        color:#016532;
    }
    .basel-back-btn>span:before {
        color:white;
    }

    Yes, we will improve our theme colors management in the future for sure.

    Regards

    #8681

    Daniel
    Participant

    1.) np 😉
    2.) back button worked, but the rest not :/ it changes the icon color instead of the background of the text left of it

    best regards

    #8703

    Artem Temos
    Keymaster

    Ok, try to add this additional code

    .basel-buttons .quick-view>a:hover .basel-tooltip-label,
    .basel-buttons .yith-wcwl-add-to-wishlist>div:hover .basel-tooltip-label {
        background-color:#016532;
    }
    .basel-buttons .quick-view>a:hover .basel-tooltip-label:before,
    .basel-buttons .yith-wcwl-add-to-wishlist>div:hover .basel-tooltip-label:before {
      color:#016532;
    }

    Regards

    #8707

    Daniel
    Participant

    yes, thanks, this did the trick 😉
    regards

    #8711

    Artem Temos
    Keymaster

    Great! You are welcome 🙂

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

The topic ‘Startpage vertical category Navigation & a view Design Color questions’ is closed to new replies.