-
Author
-
December 13, 2014 at 00:19 #38907
lovewp
Participant@sharmstr I was wondering how to change the color of my icons on my homepage, they are currently a light blue, I’d like to turn the icon and outline both to white, can you please provide assistance, thanks.
@starmstr – should be your new handle 🙂
December 13, 2014 at 00:23 #38909sharmstr
ModeratorYou can do that by searching 🙂
https://archived.seventhqueen.com/forums/topic/coloured-featured-icons
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 13, 2014 at 00:24 #38910sharmstr
ModeratorOh. To change the border you’d add border: #fff 1px solid; to the css you’ll find on the other page.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 13, 2014 at 00:35 #38915lovewp
Participant@sharmstr so I add:
.icon-megaphone:before {
color: red;
}for each icon?
and about the border on the icon, what other page are you referring too? please be clear as WP is new to me, I am getting the hang of it 🙂
December 13, 2014 at 01:06 #38924Abe
Keymasterthanks @sharmstr
also @lovewp customizations should be handled from your side since is out of the scope of this support forum.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 13, 2014 at 01:10 #38927lovewp
Participant@Abe What have I asked that is out of scope? Everything I’ve asked is directly related to the theme?
Can I please get an answer on how to color the border around the icon on the homepage, thanks.
December 13, 2014 at 01:12 #38929sharmstr
ModeratorThe page I was referring to was the link I sent you. The link only had info on how to change the icon and not the border.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 13, 2014 at 01:21 #38933Abe
Keymaster@lovewp what I mean is the theme generates the colors based on your selection from Theme options and you should be able to handle CSS styling changes if you need anything else than that.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 13, 2014 at 01:29 #38938lovewp
Participant@abe @sharstr – I changed the ‘border’ color in the admin, it did nothing to the border around the icon on the homepage? Where do I control the border color?
Thanks.
December 13, 2014 at 01:41 #38944sharmstr
ModeratorYou add it to the css that was in the other topic.
COPY CODE.icon-megaphone:before { color: red; border: 1px solid #fff; }You should consider hiring someone with php, html and css knowledge.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 13, 2014 at 02:01 #38953lovewp
Participant@sharmstr By adding your example the display is a square border around the icon with the round blue border still highlighting the icon when you rollover it, I’m trying to change the hover blue border to white.
look at my site right now, it has your code from above.
December 13, 2014 at 02:03 #38954Abe
KeymasterI don’t see your site link on this topic
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 13, 2014 at 02:07 #38957lovewp
Participant@Abe what link is in reference? I don’t understand.
December 13, 2014 at 02:14 #38958Abe
Keymasteryou said “look at my site right now, it has your code from above.” what site to look at? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 13, 2014 at 02:37 #38965lovewp
ParticipantDecember 13, 2014 at 02:50 #38972Abe
Keymasterto change that border color you should add
COPY CODE.feature-icon.el-appear:hover { border: 1px solid #fff !important; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.