Product page style

This topic has been marked as resolved.

How I can edit product page style, I want change option menu background, I want put Page title on right side on Layout: Product. Or remove breadcrumbs in Product* Layout3. I tryed by custom stylesheed but it didn’t work. Can you just point me in which file to search. :)

Thanks,
I.Stanukov

December 19, 2014 at 8:42 pm #35873
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
December 22, 2014 at 2:57 pm #35950

Hi,
1) I tryed by custom css and didn’t worked. I found this

#PageContentProductSystem_tbW0yqLP2t .tb_bg_str_1, 
#PageContentProductSystem_tbW0yqLP2t .tb_bg_hover_str_1:hover, 
#PageContentProductSystem_tbW0yqLP2t .tb_widget_text blockquote {
background-color:rgba(0,0,0,0.05);
} 

and by inspecting elements I change it and everything is ok, but when I put it in custom css, nothing happen.

2) That helped, I found what I was searching for. Thanks!

Поздрави,
И.Стануков

December 22, 2014 at 11:26 pm #35975

Hi,

1) Yes, you are right. The code you’ve posted is generated, when you change body text color of the Product > Page Content system block and it covers our code.

2) We’ll need some admin access, as we cannot see through the maintenance mode :)

BR,
ThemeBurn team

December 29, 2014 at 1:19 pm #36083

Hi,
I stopped maintenance mode. Now you can see it, and if you still need adminm access, here you are:

December 29, 2014 at 2:08 pm #36088
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
January 3, 2015 at 11:28 am #36235

hi,
Did you try that code? I tryed it and didnt worked for me.
Still same background. And is there a way to border just selected option?

Поздрави,
И.Стануков

January 3, 2015 at 8:14 pm #36253

Hi,

Is this what you are looking for? (check the attached screenshot)

BR,
ThemeBurn team

January 9, 2015 at 5:35 pm #36502

Ok, finaly that worked. I tryed it first in PCP -> custom stylesheet and didn’t worked so I put it directly in ../catalog/view/theme/pavilion/template/tb/main.css.tpl and changed

 #product_options {
 background-color: (0, 0, 0, 0)  ! important;

to
#product_options {
 background-color: transparent ! important

Thank you so much for your help!

Поздрави,
И.Стануков

January 9, 2015 at 7:00 pm #36510

Glad we’ve helped.

Поздрави :)

January 13, 2015 at 6:08 pm #36589
Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.