-
AuthorPosts
-
May 4, 2016 at 3:57 pm #627310
Hi,
I’m trying to customize the fullscreen slider. I tried to read other topic that deal with the same issue but i didn’t find any solution.
I’m asking if it’s possible to change the icons of the navigation arrows provided by the theme with other created by me?
Thanks for the support
May 6, 2016 at 5:14 am #628079Hi Real-3D,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
RikardMay 6, 2016 at 8:36 am #628172Hi!
The link of the site is here in the private content.
Thanks a lot!
May 8, 2016 at 7:04 am #628815Hi,
You can try something like this in Quick CSS:
.next-slide:before, .prev-slide:before { content: 'your content here' !important; }
Regards,
RikardMay 9, 2016 at 9:14 am #629086Hi!
Thanks for the suggestion, what would i insert in “your content here”?
Thanks!May 10, 2016 at 1:11 pm #629872Hi,
You can refer to this post to use another icon from the theme – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
If you would like to use anything else, yes, you should replace “your content here” with your content. If that does not help, please show us the icon you would like to use.Best regards,
YigitMay 11, 2016 at 11:18 am #630598Hi,
I tried to see the linked post but I couldn’t change the icons.
I’d like to see other icons of the theme before adding ony one created by me. How can i choose (for example with a CSS) between the provided icons?Thanks!
May 11, 2016 at 2:20 pm #630729Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
a.prev-slide:before { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-position: 50% 50%; background-repeat: no-repeat; content: '';} a.next-slide:before { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-position: 50% 50%; background-repeat: no-repeat; content: '';}
and adjust links
Best regards,
YigitMay 11, 2016 at 3:10 pm #630754Hi!
The code seems to be ok, I was able to upload 2 images (.png 100x100px with no background) as icons, but these images are shown cut with a black background.
Any suggestions?
Thanks a lot!May 11, 2016 at 3:27 pm #630761Hey!
Can you please post the link to your page where we can see the issue? Default icons are visible on the link you posted above.
Regards,
YigitMay 11, 2016 at 3:30 pm #630764That’s because i turned default.
Here’s the linkthe issue is in the masonry gallery of the home page.
ThanksMay 11, 2016 at 3:42 pm #630772Hi!
Please add following code to Quick CSS as well
a.prev-slide:before,a.next-slide:before { background-size: contain; }
Regards,
YigitMay 11, 2016 at 4:16 pm #630809Ok, now the icons are shown in regular size! :)
Is there a way to remove the grey semi-transparent box that is shown with those icons?
Thanks a lot!May 11, 2016 at 4:19 pm #630811Hey!
Please add following code to Quick CSS as well
#top .avia-slideshow-arrows a:before { background-color: transparent; }
Regards,
YigitMay 11, 2016 at 4:31 pm #630821Yeah that’s perfect! Just as I wanted!
Thanks a lot for your help!!! -
AuthorPosts
- The topic ‘Change icon arrows in fulscreen slider’ is closed to new replies.