-
AuthorPosts
-
November 29, 2022 at 12:10 pm #1374249
Hi guys,
I want to add arrows to some parts of my site. Take a look at the images. But I don’t now how tot this. These texts should become links but I would like to add the red arrow to it.
http://www.testdnsemanon.nl/wp-content/uploads/2022/11/Screenshot-2022-11-29-at-11.04.55.png
http://www.testdnsemanon.nl/wp-content/uploads/2022/11/Screenshot-2022-11-29-at-11.05.04.png
http://www.testdnsemanon.nl/wp-content/uploads/2022/11/Screenshot-2022-11-29-at-11.05.13.pngThe link to my site: http://www.testdnsemanon.nl/home/
Can you help met out. Thanks in advance.
November 29, 2022 at 6:21 pm #1374350Hey Alfredo,
I copied HTML of arrow icon and pasted inside your Special Heading elements and give them a custom CSS class “red-arrow-title” in Advanced > Developer Settings and then added following code to bottom of Quick CSS field
/* Change read more arrows */ .more-link-arrow::after { content: "\E881"; color: red; font-size: 30px; } .red-arrow-title .av-icon-char { color: red; font-size: 20px; position: absolute; margin-left: 5px; }
Please review your website :)
Best regards,
YigitDecember 2, 2022 at 11:03 am #1374746Hi Yigit,
Thank you very much! It looks very good.
Some more questions.
> 1
I would like to replace the current arrow for this arrow:
I have a SVG of this arrow in the media library. Is it possible?> 2
Can you add arrows to Privacy Policy and Sitemap as wel?
> 3
I also would like to change the text ‘Read more’ into ‘Lees meer’, which is Dutch. What is the easiest way to do this?Thanks in advance.
December 2, 2022 at 2:07 pm #1374777Hi,
1- It would be easier to switch to one of the included icons. If existing fonts do not fit, you can refer to this post – https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons- and add your own icons :)
2- Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#avia3-menu a::after { content: "\E881"; color: #EB5847; font-size: 18px; font-family: 'entypo-fontello'; position: absolute; margin-left: 5px; }
3- Your site language seems to be set to English. Please go to Settings > General and switch the language to Dutch :)
Best regards,
YigitDecember 7, 2022 at 10:30 am #1375319Hi Yigit,
Thanks! Question 2 and 3 are solved. Question 1 partially. I managed to change the icon (Read more link, Privacy Policy and Sitemap). But the other arrows are not changing (Onze softwareoplossingen and Over Emanon). I tried to add a code (content: “\E802”;
font-family: ‘friendly’;) to:.red-arrow-title .av-icon-char {
color: #EB5847;
font-size: 16px;
position: absolute;
margin-left: 5px;
}
Didn’t work.Thanks in advance for your help.
December 8, 2022 at 1:35 pm #1375515Hi,
That was because I copied the HTML of previous arrow icon and pasted it inside Special Heading elements. I edited your elements and replaced HTML code if the icon with your own icon.
Please review your website :)
Best regards,
YigitDecember 9, 2022 at 10:36 am #1375638Thank you Yigit!!!!
December 9, 2022 at 11:47 am #1375654Hi Alfredo,
I’m glad that Yigit could help you :)
Just let us know if you still need further assistance or if we can close this thread.Best regards,
NikkoDecember 9, 2022 at 11:58 am #1375657The thread can be closed. Thank you very much.
December 9, 2022 at 12:05 pm #1375658 -
AuthorPosts
- The topic ‘Hoe can I add a red arrow?’ is closed to new replies.