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

    And virtually the same link-behavior for links on the entire website.

    Could you help me, PLEASE? THX!

    Best regards

    Donald

    #716698

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

    #716942

    Hey 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

    #716988

    means 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

    #717155

    Hi,

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

    #717271

    THX for your help!

    #717384

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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