Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #992033

    Hello,

    I have been looking/trying to change the color of hover links. Especially the one in the socket turns blue on hover and is invisible because of blue background color. Can you please tell me how to solve this? I have same problem with other links, menu and hover color and when I change in websitestyling nothing changes. I imported Freelance demo. Could that be the problem?

    Hope to hear from you and thank you in advance.

    Best regards,
    Sascha

    #992229

    Hey Sascha,

    The hover state of the link in your socket is lime green, please try to clear the cache from your browser and reload the page to see if that helps.

    Best regards,
    Rikard

    #993880

    Thank you Rikard!!

    Other question… Or do I have to make new topic?

    Topbar on tablet (in vertical mode) is blue, so menu is not visible. I searched but cannot find solution :-(

    Best regards,
    Sascha

    #994218

    Hi Sascha,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive.html_mobile_menu_tablet .phone-info {
      color:white !important;
    }
    }

    Best regards,
    Rikard

    #994906

    Hi Rikard,

    Sorry it didn’t work :-(

    #994928

    Other question…

    I want the clickable phonenumber in topheader (extra element) to be white and color red on hover. I cannot figure out how to change.

    Regards,
    Sascha

    #994985

    Hi Sascha,

    The background color you have on your top header is white so I don’t think you should use white font color, but here is the code which you can use, just replace the color as you see fit:

    #top #header_meta .phone-info a:hover {
        color: white !important;
    }
    
    #top #header_meta .phone-info a:hover {
        color: red !important;
    }

    Hope it helps.

    Best regards,
    Nikko

    #999824

    Thank you for the information!
    Unfortunately I reset my website without backup, so have to start over again :-(
    Building this contemporary site I have some issues.

    I have in headerarea a contentslider with backgroundvideo and slidertext:
    1. I would like to have dots below text. Is that possible?
    2. I would like to stop the slider after the last one. Is that possible?

    Best regards,
    Sascha

    #999999

    Hi Sascha,

    How did you even get the dots there?

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1000679

    Hello Victoria,

    Thanks for your reply.

    I have no idea how the dots get there :Maybe some magic….:-)

    I give you my logindata.

    Best regards,
    Sascha

    #1001128

    Hi Innerchef,

    I think you should use the Layer Slider to build that, or fullscreen slider, not the content slider.

    Best regards,
    Victoria

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