-
AuthorPosts
-
November 15, 2015 at 7:35 pm #536174
Hello,
I would like to add a font icon before each button on my home page full width easy slider. I am having some trouble though. Can you please direct me on how this is done?
– Jesse
November 15, 2015 at 8:29 pm #536188Hey jesseaborden!
You will need to use the pseudo element if :before
#top .avia-button.avia-color-light {
content: “”;
}where you add to the button. You will need to add a custom class to each icon, so you can select it and add a different value to each one of it.
You will also need to get the list of the icon and it content. Which icon do you need to use?Best regards,
BasilisNovember 16, 2015 at 5:40 am #536285I would like to add the pencil icon before the Get Estimate text inside the button and the video play icon before the Watch Video text inside the button.
November 17, 2015 at 5:06 am #537073Hi,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Best regards,
RikardNovember 17, 2015 at 6:06 am #537108Hi Richard,
Sure thing.
November 19, 2015 at 12:25 pm #538907Hi!
Try this code inside of Quick CSS field:
a.avia-slideshow-button.avia-button.avia-color-light.avia-multi-slideshow-button:before { content: '\270E'; }
Best regards,
AndyNovember 19, 2015 at 5:54 pm #539121Hi All,
When I logged into my home page this morning, both buttons were broken as well has other changes. I checked the revision log and the last updates done to this page were from the user I created for you. I have fixed some bugs, but as I’m writing this I’m still having trouble locating what was changed to fully fix this .
Edit: So I restored a past revision and things seem to be back to normal. Not sure if this was just a freak out by my server or what but my home page was pretty messed up this morning. Did you guys save any changes you made?
- This reply was modified 8 years, 11 months ago by jesseaborden.
November 20, 2015 at 12:18 am #539282Hey!
hm sorry to hear that. I was logging in to check different things about your icon issue, but I dind’t change/save anything. Glad everything is fixed for you again.
What about the icon font? does the code work for you?
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.