
02-16-2016, 06:17 PM
|
 |
Junior Member
|
|
Join Date: Feb 2016
Posts: 6
|
|
Change attributes for View As: panel
I am trying to style the "View As: Grid List" panel with custom CSS but although I can change it in Safari developer mode i cannot seem to change it in the ECWID Design panel.
I can lose it completely with:
div.ecwid-results-topPanel{
display: none !important;
}
but if I try to increase the text size using the code below nothing happens:
div.ecwid-results-topPanel{
font-size: 20px;
}
Something else is overriding the custom CSS. Any ideas if/how I can style this part of the store?
Many thanks in anticipation
|