-
AuthorPosts
-
October 8, 2018 at 8:28 pm #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 advanceBogdan
October 8, 2018 at 8:45 pm #1019215I mean the font colour
October 9, 2018 at 6:25 am #1019346Hi 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,
RikardOctober 9, 2018 at 9:02 pm #1019665Hey 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
BogdanOctober 9, 2018 at 9:36 pm #1019672This reply has been marked as private.October 10, 2018 at 6:18 am #1019787Hi 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,
RikardOctober 10, 2018 at 8:28 pm #1020049This reply has been marked as private.October 10, 2018 at 8:29 pm #1020051This reply has been marked as private.October 10, 2018 at 8:38 pm #1020055its 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
October 11, 2018 at 6:43 am #1020192Hi,
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,
RikardOctober 11, 2018 at 5:27 pm #1020389This reply has been marked as private.October 12, 2018 at 6:09 am #1020601Hi Bogdan,
Thanks for the login details, does you site have a URL as well?
Best regards,
RikardOctober 12, 2018 at 8:01 pm #1020805hey Richard , sorry I forgot to send you:)
October 13, 2018 at 8:38 am #1020996Hi,
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,
RikardOctober 13, 2018 at 9:00 pm #1021106This reply has been marked as private.October 14, 2018 at 12:06 am #1021119This reply has been marked as private.October 14, 2018 at 12:13 am #1021121hello 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 phoneon 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
October 14, 2018 at 5:41 am #1021159Hi,
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,
RikardOctober 14, 2018 at 1:08 pm #1021195This reply has been marked as private.October 14, 2018 at 4:38 pm #1021238Hi,
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,
MikeOctober 14, 2018 at 11:54 pm #1021323hello, 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 appearancebest regards
BogdanOctober 15, 2018 at 1:50 am #1021335Hi,
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,
MikeOctober 15, 2018 at 8:31 pm #1021764Hallo Mikr thank you very much f your help
lets close this eventregards Bogdan
October 16, 2018 at 1:34 am #1021892Hi,
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 -
AuthorPosts
- The topic ‘main menu links customized color only home link’ is closed to new replies.