http://www.newyorkinspiration.com/
Hi,
I want to add some text as H3 headline before the numbers on the main page
What code shall I add?
Thanks
Charlotte
Hey Charlotte,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.home #av-masonry-1 .pagination:before {
content: 'View More Hotels';
display: block;
float: left;
margin-right: 30px;
height: 35px;
line-height: 35px;
font-size: 20px;
}
Hope it helps :)
Best regards,
Nikko
Hi Nikko,
thanks for your reply.
I have added the code but don’t see any text?
Best regards
Charlotte
Hi Charlotte,
I checked your site and I could see it added:
Can you try to clear your browser cache as it might be preventing the new css code from being fetched.
Best regards,
Nikko
Sorry, thanks I see it now as well.
If I want to have as the same font as the H1 – H3 tags what shall I add then?
Best regards
Charlotte
Hi,
Please try replacing the code Nikko sent with this:
.home #av-masonry-1 .pagination:before {
content: 'View More Hotels';
display: block;
float: left;
margin-right: 30px;
height: 35px;
line-height: 35px;
font-size: 20px;
font-family: 'Abril Fatface', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
Best regards,
Rikard
Thanks Rikard :)
Best regards
Charlotte
Hi Charlotte,
Glad we could help:)
If you need further assistance please let us know.
Best regards,
Victoria