-
AuthorPosts
-
October 15, 2015 at 3:33 pm #519365
How can I do to change de ARROW icon at external hover overlay
I change un function.php this line
//image hover overlays
‘ov_external’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue832’),to
//image hover overlays
‘ov_external’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue816’),BUT DONT WORK
October 15, 2015 at 5:45 pm #519450Hi carmycurly!
Go ahead and send us a link to your page so we can see which element your referring to exactly. You can set your reply as private if you wish.
Regards,
ElliottOctober 15, 2015 at 5:50 pm #519453http://www.granjaspatagonicas.com.ar/nuevo
look at the http://www.granjaspatagonicas.com.ar/nuevo/linea-de-productos/when over one of the items
I want to change de ARROW to other icon (a PLUS example: ue816October 15, 2015 at 7:36 pm #519512Hey!
Add this to your custom CSS.
.image-overlay.overlay-type-extern .image-overlay-inside:before{content:"\E816" !important;}
Regards,
ElliottNovember 22, 2018 at 9:39 am #1036402Hi
I used the advice in the support forum to change the overlay icons to a plus sign, with this
.image-overlay .image-overlay-inside:before
{content:”\E816″; font-family: ‘entypo-fontello’; font-size: 32px; font-weight: normal; }.image-overlay.overlay-type-extern .image-overlay-inside:before
{content:”\E816″; font-family: ‘entypo-fontello’; font-size: 32px; font-weight: normal; }However,
a) galleries (large image, rest only visible in light-box) have a much smaller overlay icon size than images. How to make them the same?
b) If there is an gallery in 1/5 col, the overlay colour set in advanced styling is not applied nor is the overlay icon displayed. For an image it is. If I change the col to 1/4, both work.
Please advise how to fix this problem.
Also,the icon size on the 1/5 col images or galleries is too big. How do I make it smaller for just those elements in the page only, as on other images in 1/2 col, on the same page, the icon size is OK as it is in the code above.
I put a link in the private section for you illustrating all this.
Thanks
December 1, 2018 at 5:21 am #1039486Hi s29ers,
Sorry for the late reply and thanks for the screenshots. Where can we see the actual results you are getting?
Best regards,
RikardDecember 1, 2018 at 8:57 am #1039545Hi and thanks for the reply. I’ve listed pages you can see below which show you all three examples. Regards
December 10, 2018 at 5:11 am #1042889 -
AuthorPosts
- You must be logged in to reply to this topic.