Viewing 24 posts - 1 through 24 (of 24 total)
  • Author
    Posts
  • #1019201

    Hello dear enfold community,
    i am a very new member and I would be very glad if you could help me.
    i am working on my first fotowebsite and I wanted to ask you how I could change the colour permanently of only one title of the main menu links, I mean the home page link. all links are in grey but I want home to be in dark blue coloured, how can I customize it, do I need a css snippet?
    when I am hovering over it is dark blue as the others but I want my home menu link to have the same dark blue colour even when it is inactive.
    thanks in advance

    Bogdan

    #1019215

    I mean the font colour

    #1019346

    Hi Bogdan,

    Could you post a link to where we can see the element in question please? We need to get the ID of it in order to give you accurate CSS.

    Best regards,
    Rikard

    #1019665

    Hey Rikard, nice to answer me,
    how can I contact you? I can’t post the link because my website it still isn’t public, only when when ill have finished everything.
    what kind of ID do you need?
    can we talk in private is there any inbox chat?
    or should I give you my account access for the website?
    i am new here and I don’t know how to proceed:-)

    best regards
    Bogdan

    #1019672
    This reply has been marked as private.
    #1019787

    Hi Bogdan,

    You can post any details you want to not be public in the Private Content box of your reply, please post the URL and login details in there.

    This forum is the only platform where we provide support, we are not available for live chats or calls.

    München is a very nice city, I’ve lived there for a while myself actually.

    Best regards,
    Rikard

    #1020049
    This reply has been marked as private.
    #1020051
    This reply has been marked as private.
    #1020055

    its about changing in dark blue a font color from the main menu in the header area. more specifically the first item, HOME I want to have it permanently dark blue colored,hmm

    #1020192

    Hi,

    Yes I can see what you are posting in private, please post login details to your site in private as well so that we can access it.

    Best regards,
    Rikard

    #1020389
    This reply has been marked as private.
    #1020601

    Hi Bogdan,

    Thanks for the login details, does you site have a URL as well?

    Best regards,
    Rikard

    #1020805

    hey Richard , sorry I forgot to send you:)

    #1020996

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    #menu-item-211 .avia-menu-text {
      color:red !important;
    }

    Best regards,
    Rikard

    #1021106
    This reply has been marked as private.
    #1021119
    This reply has been marked as private.
    #1021121

    hello ricard
    now its ok I made it dark blue
    thanks
    pls tell me how can I make the call to actions buttons much smaller( they overlap and are too big) in the phone

    on HOME page I put on my fullwidhtslideshow 2 call to actions buttons, one is ABOUT and the other KONTAKT,
    how can I have this 2 call to actions buttons an my smartphone as well but much smaller?
    or in the last case eliminate them if they can’t be made much smaller.
    because they appear very large on my display phone and they are just overlapping, I don’t like that:(

    thanks

    #1021159

    Hi,

    Please try the following CSS as well:

    @media only screen and (max-width: 767px) {
    #top .avia-slideshow-button.avia-color-light {
        padding: 6px 8px !important;
    }
    #top .avia-button.avia-color-light {
        border: 1px solid #fff !important;
    }
    }

    Best regards,
    Rikard

    #1021195
    This reply has been marked as private.
    #1021238

    Hi,
    I took a look at your site for mobile width, and found that if you hide the slide show buttons you will be able to see the text.
    To hide the buttons, please try this css:

    @media only screen and (max-width: 767px) { 
    #top .avia-slideshow-button {
        display: none !important; 
    }
    }

    Otherwise, to move the buttons away from the slide show controls, please try this css:

    @media only screen and (max-width: 767px) { 
    #top .avia-slideshow-button-2 {
            margin-top: 0px !important; 
        margin-bottom: 20px !important; 
    }
    }
    }

    Best regards,
    Mike

    #1021323

    hello, thank you very much, it looks much better without buttons, only the text

    what I find very strange is that my boxed layout on my website it is a little bit compressed in the width,
    the layout of the page is though better In the appearance

    best regards
    Bogdan

    #1021335

    Hi,
    Glad to help. You could change the layout at Enfold Theme Options > Dimensions > Maximum container width
    Or try the stretched layout.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    #1021764

    Hallo Mikr thank you very much f your help
    lets close this event

    regards Bogdan

    #1021892

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 24 posts - 1 through 24 (of 24 total)
  • The topic ‘main menu links customized color only home link’ is closed to new replies.