-
AuthorPosts
-
November 24, 2016 at 6:42 pm #716543
Help! Make My Website Great Again ;-)
Hey Folks,
first of all: you are awesome! Support and developer are making great job.(I could not have said it better)
On account of your work we all are in the good books of our clients and friends.
So, finish with the adulation!I’m not a native coder (its more try and error) and not a native english speaker. So, maybe it’s stupid question (or it sounds stupid ;-)
I need some help with links in relation with „standalone icons“ and global text-links (means on the entire website)What could I do by my own …
I put this snippet in „Quick CSS“ to have a hover effect on standalone icons on page1453
.page-id-1453 .av_font_icon:hover {
color: #43437a ! important;
}Now the border (circle) doesn’t do a hover effect. What should I do? Basically I want this link modification …
(inclusive the border):
show as link: #example-color1
visited #example-color1
hover #example-color1
active #example-color1(analog the inner background of the circle)
show as link: #example-color1
visited #example-color1
hover #example-color1
active #example-color1And virtually the same link-behavior for links on the entire website.
Could you help me, PLEASE? THX!
Best regards
Donald
November 25, 2016 at 8:37 am #716698Hi Donald,
I’ve never seen that clip before, I think I’m going to have bad dreams tonight to be honest :-)
I’m not sure if I understand exactly what you are looking to achieve, could you post a screenshot highlighting them or maybe explain a bit further? Also please link to the page in question so that we can have a closer look.
Best regards,
RikardNovember 25, 2016 at 5:05 pm #716942Hey Rickard,
my bad – I hope you are going to sleep well tonight. Sorry for that! ;-)
Are you form Austria? In this case …Die URL meiner Webseite poste ich Dir in die Private Content-Area.
Es geht mir um das Link-Vehalten der Standalone Icons. Schau mal auf meine Startseite. Im Moment verändert sich nur das Icon selbst bei einem Hover, nicht aber der Kreis drumherum. Wenn Du mir hier schon einmal weiterhelfen könntest, dann wäre das großartig.Beste Grüße
November 25, 2016 at 6:39 pm #716988means in english (as far as I know)… Basically the most important question is: on my frontpage the standalone icon is changeing the color on hover (only the icon, not the ring). In order to change the color of the ring by hovering as well, what would be the CSS-Code?
By the way. Ist there a glossar (ore s.th. simular) of the names of the most important css-clases? I’m a beginner- That would help me a lot.
best regards
November 26, 2016 at 7:51 am #717155Hi,
Thanks for the info, no I’m not from Austria and my german is a bit rusty unfortunately, please try this CSS instead to see if that works:
.page-id-1453 .av_font_icon:hover { color: #43437a !important; border-color: #43437a !important; }
I didn’t have bad dreams :D
Best regards,
RikardNovember 26, 2016 at 10:18 pm #717271THX for your help!
November 27, 2016 at 7:21 am #717384 -
AuthorPosts
- You must be logged in to reply to this topic.