Colors

Tagged: ,

This topic has been marked as not resolved.

Hello.

I think your theme is very good, that’s so complicated.

I need some help with colors:
Some colors can’t be changed and i cannot understand why.

1. I need the background of logo (red box) to be white. When i change it, i can’t see major text.
2. I need text menu color to be in White.
3. I need product name to be in black (or my color 5B5B5B).

That’s for now.

Thanks in advance.

September 25, 2018 at 9:02 am #65564

Also i cannot find translation on Product Tabs.

September 25, 2018 at 9:45 am #65565

3 days and still not answering..
Should i ask for refund because of no support ?

September 28, 2018 at 11:25 am #65606

Hi,

Sorry for the delay. Here are solutions to your questions:

1) You need to remove the background from Theme Settings > Style > Header > Background:

https://i.imgur.com/JeqSrEy.png

2) Have you inserted any custom CSS? There are styles that override all link colors.

3) You need to remove the background from Theme Settings > Style > Content wrap > Colors

https://i.imgur.com/6a2s0zc.png

4) About product tabs translation, please check the localization guide – step 6 (you may need to check step 5 as well):

http://support.themeburn.com/topic/localization-add-new-language-2

P.S. Can you please cancel your refund request.

BR,
ThemeBurn team

October 1, 2018 at 9:40 am #65645

Thanks for your reply.

You should have some examples to every color.
The color menu is so complicated.
I only want to use 4 colors to theme.

So there are some issues:
1. I need to change Menu text color Red on hover
2. I need to change background color of search to White
3. I need to change Cart Total color to White
4. I need to change these arrows to Red, White on hover
5. I need to change Home page icon to Red – White on hover

6. I need to change background color of Sticky menu to 5b5b5b (80% black)
7. I need to change Menu text color to Red on hover
8. I need to change Icon background to white
9. I need to increase price font size
10. I need to have a background

11. I need these icons in Red color
12. Also i need search bar here

13. I need 5b5b5b (80% black) Background and White text.
14. I need Red Background and White text (+)

Thanks in advance.

October 1, 2018 at 5:25 pm #65656

Is it possible to align price on product listing ?
Because of product name length some prices are not aligned.

October 1, 2018 at 10:14 pm #65668

Hi,

The price system block has align setting:

https://i.imgur.com/JobCcL6.png
https://i.imgur.com/GjNFG8U.png

BR,
ThemeBurn team

October 5, 2018 at 9:11 am #65704

Hi,

Most of the colors can be changed from Theme Settings > Colors, but there are some that will require to make a deeper change in Page Builder.

1) Main menu hover:

https://i.imgur.com/zHlxiK0.png
https://i.imgur.com/AshRlOs.png

2) Search input bg:

https://i.imgur.com/WTVZYzx.png

3) Cart total:

https://i.imgur.com/Yp3B9Tg.png
https://i.imgur.com/vV9cbst.png

4) There is no option to change caret color.

5) There is no option to change only home icon. You will need to use custom CSS:

.tbMainNavigation .tb_menu_home a {
  color: #f00 !important;
}
.tbMainNavigation .tb_menu_home:hover a {
  color: #fff !important;
}

6, 7, 8, 9, 10) Sticky header options can be found here:

https://i.imgur.com/xLuvm4F.png

11) Since the original header bg is a solid color, button colors are change from the Header style area:

https://i.imgur.com/s7706JZ.png

12) More about configuring mobile header can be found here:

http://docs.themeburn.com/burnengine/header/mobile/

13, 14) Mobile menu colors are controlled from here:

https://i.imgur.com/VH2dYtj.png

BR,
ThemeBurn team

October 5, 2018 at 9:37 am #65705

Thanks again for your answer.
Some more.

1. Sticky Menu background is not working.
Is it a bug ?
2. Still cannot find where to change 14.
3. Still cannot find where to change 12 and add background to categories
3. When you add an item to cart, after cart hover there is red background on item description, quantity and price. Please check it.

Thanks in advance.

October 5, 2018 at 11:17 am #65708

Hi,

1) There is only one option to control sticky header bg:

https://i.imgur.com/nwwHfhG.png

2) On a second look there is no option to control the bg color of expand buttons and you will have to use custom CSS:

.tbMobileMenu .tb_toggle {
  background: #e31e25 !important;
}

3) Search bar visibility in mobile header is controlled via custom classes. Please check the link we’ve provided above:

http://docs.themeburn.com/burnengine/header/mobile/

4) Table colors in dropdown menus are controlled from:

https://i.imgur.com/pWrOGVl.png

BR,
ThemeBurn team

October 15, 2018 at 4:14 pm #65830
Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.