Home Forums Basel support forum Customize

Customize

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #150140

    Linda
    Participant

    Hello, basically I have 4 issues:

    1. I can’t find page 404. I tried to look for it in “additional pages” but it doesn’t display. How can I get it?

    2. I created macro-categories (women-men-etc..), middle-categories (bags, scarfs, belts, etc..) and products-categories (small bag, big bag, etc..): how can I display middle-categories (as the macro-categories) in a bold font in the menu? I would like to change color for some categories, how can I do it?

    3. How can I customize Wishlist (translating text, etc.)?

    4. Could you explain me also how to customize SEARCH and RESULTS (translating text button, etc.)?

    5. How to change button color in Contact form, Cart and Wishlist?

    The primary color for all elements should be #007f85, I changed it but in some elements is still your primary color.

    Thanks in advance for your kind reply!

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

    Linda
    Participant

    Hello,

    I forgot to ask about some elements. Please check the attachment, thanks.

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

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    1. You need to create 404 on your own and set as custom 404 in the Theme Settings > General https://prnt.sc/pjnw40

    2. You will need to add different classes for different types of categories and I will provide custom CSS.

    3, 4, 5. You can translate all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

    The color is set in the Theme Settings > Styles and colors > https://prnt.sc/pjnzzx If you need something special, you will have to customize with custom CSS.

    In order to test I have set red color and have this result: https://prnt.sc/pjobrh

    Please change the Prime color as per your needs.

    Best Regards

    #150275

    Linda
    Participant

    Thanks a lot for your kind reply.

    What do you mean with “2. You will need to add different classes for different types of categories and I will provide custom CSS.” ?

    If you check my menu structure you can see that there are categories,
    subcategories and products. I do not know if I have been clear trying to explain about my difficulty to create a difference in these 3 “areas” on the menu. May be so kind to explain what do you mean with “class”?

    Regards

    #150313

    Hello,

    Here is what I can provide with custom CSS https://prnt.sc/pjrolc If it is what you need, here is the CSS code:

    body .basel-navigation .menu>li.menu-item-design-sized .sub-menu>li>a {
    color:orange;
    }
    body .basel-navigation .menu > li.menu-item-design-sized .sub-sub-menu li:first-child > a {
    color:yellow!important;
    }
    body .basel-navigation .menu > li.menu-item-design-sized .sub-sub-menu li a {
    color:green;
    }

    You need to add it to the Theme Settings > Custom CSS > Global, change the colors for yours.

    I meant this class: https://gyazo.com/e5176faff2cd9d7e24e17c1d30273bf5 if the colors are applied incorrectly, you can assign three types of classes to elements and I shall provide another one.

    Best Regards

    #150449

    Linda
    Participant

    Hello,

    Thanks for your support.

    I changed color for macro-categories but I am sorry, I really do not understand how to customize middle-categories.

    Please check the attachment, maybe it will be easier explain my difficulty.

    Regards

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

    Hello,

    Please add the classes to these links as I have shown you before. I will provide custom CSS.

    Best Regards

    #150531

    Linda
    Participant

    Hello,

    I hope this time I got what you meant.

    Please, check the page MENU “CATEGORIES” on my website.

    Basically I just want to keep macro-categories in teal and the “uppercase middle-category” in black and bold font.

    Thanks a lot.

    #150539

    Hello,

    Now I see that the middle category is black, uppercase and bold as well as the macro-categories. As I understand you want each type to be of different styles, in this case, assign different classes to middle category and macro categories. https://gyazo.com/590e491e3629696e0bc3360c74fafba5

    Best Regards

    #150542

    Linda
    Participant

    Hello,

    As you understand, I do not know how to style macro/middle categories with different class and that’s the reason why I am asking help and I opened this topic.

    Do you have some video to suggest me? Or maybe some guide?

    Thanks.

    #150604

    Hello,

    I want to provide custom CSS. However, when I provide CSS it is applied to all: middle and micro. In order to differentiate you need to add a class into the element: https://gyazo.com/e020f6ea36897927f27a6096696d6aa1

    So, remove the custom CSS I provided before, insert the classes accordingly: middle, macro, mini etc as shown on the screen. I will provide the custom CSS.

    Best Regards

    #150662

    Linda
    Participant

    Hello,

    I applied new classes in the MENU CATEGORIES and at last “middle-categories” are bold but macro are the same, so I can not differentiate them as I wanted. Macro-categories should be in this color #007f85 and Middle should be just Bold.

    All the others items are ok, they are only products.

    Talking about this differentiation, I wrote you because I’d want to see it in the maxi-menu, going with the mouse on “Shop” in the main menu header. Why we are working in menu categories? I don’t want to display it on my website.

    Thanks a lot for your support.

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

    Linda
    Participant

    Hello Elise,

    I forgot to ask you about another issue: when I insert a “variable product” to allow to choose some different color or size, automatically the product is marked as SOLD OUT also if it is available. Do you know why? And there is no way to display the colors on the side of the product picture to show the colors options. I watched this tutorial https://www.youtube.com/watch?v=gp3SMkKvUvs doing everything as showed, but at last the product is sold out and colors options are not displayed.

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .mega-menu-list.macro  li.item-with-label a {
        color:red;
    	font-size:25px;
    	font-style:italic;
    }
    body .mega-menu-list.middle  li.item-with-label a {
        color:blue;
    	font-size:20px;
    	font-style:italic;
    }
    body .mega-menu-list .sub-sub-menu  li.item-with-label a {
        color:orange;
    	font-size:25px;
    	font-style:italic;
    }

    Replace the color, size as per your needs.

    As for the variable product, you need to add the prices to each variation https://gyazo.com/141b059d9025a57ec438ad78d09eab4a

    Best Regards

    #150862

    Linda
    Participant

    Hello Elise,

    Thanks a lot for your kind reply.

    I added the CSS and now the MENU CATEGORIES is exactly as I wanted, but the issue still exists: because, as I told you, I don’t care about menu categories, I’ve been talked all the time about the dropdown menu in the header (when mouse is on SHOP word).

    Maybe I didn’t explain well, but please help to solve this problem, thank you.

    #150863

    Hello,

    You need to find the HTML block which is the megamenu block for shop page item in the menu and insert the classes micro and middle accordingly as you did in Categories block.

    Best Regards

    #151093

    Linda
    Participant

    Hello Elise,

    I pasted the same HTML code of the page “MENU CATEGORIES” on the html block “Menu Categories” and then I pasted the short code of this block to the item “Shop” in my mega-menu but nothing happens.

    I tried also to follow your instructions and write the class “middle/macro” on the area Menu, directly in the CSS of the item but once again nothing happens.

    What I did wrong with this megamenu dropdown?

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

    Hello,

    I have checked and see that you have not inserted the classes as I show in the screen: https://gyazo.com/e020f6ea36897927f27a6096696d6aa1

    Please have a look at the screen and suggestion https://prnt.sc/plmfdw

    Best Regards

Tagged: 

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