![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]() url: http://aquascaping-paradies.de
how can i change the titles over the widgets. for example: search store how can i make the images of the products bigger? |
#2
|
||||
|
||||
![]() Hi,
You can change widget titles here The Factory > Your Store > VIEWS > WIDGETS > Widget Name > View menu > View Properties > Widget title You can add the following code to your Custom CSS (instructions) to make your images bigger however since you have chosen a 4 column layout, the size you can increase them is limited. Code:
#view .pl .col4 .thmb { width: 100px; height: 110px; } #view .pl .col4 .thmb img { max-width: 100px; max-height: 100px; }
__________________
![]() ![]() ![]() ![]() |
#3
|
|||
|
|||
![]() hi eric,
than you for your fast reply! one more question. how can i change the font size of the category menu. is there anywhere a list with codes for custom css? |
#4
|
||||
|
||||
![]() Hi,
For your category menu, you could add the following code to your Custom CSS: Code:
#wdgt_cl ul li a { font-size: 16px; } Eric
__________________
![]() ![]() ![]() ![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Change widget wording | petitmagasin | Questions | 2 | January 20th, 2014 08:14 PM |
Change categorie widget | ponypraat | Questions | 1 | October 31st, 2013 08:58 AM |
change widget thumb size | lente78 | Questions | 1 | November 14th, 2012 04:52 PM |
Change Widget CSS | estuary | Questions | 3 | March 7th, 2011 05:51 PM |
Change embedded widget titles? | lbuilta59 | Questions | 3 | January 21st, 2011 09:11 AM |