Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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

    #536188

    Hey 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,
    Basilis

    #536285

    I 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.

    #537073

    Hi,

    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,
    Rikard

    #537108

    Hi Richard,

    Sure thing.

    #538907

    Hi!

    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,
    Andy

    #539121

    Hi 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, 5 months ago by jesseaborden.
    #539282

    Hey!

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.