Home › Forums › All Other Themes › Skt architect header color
- This topic has 14 replies, 2 voices, and was last updated 5 years ago by Sonl Sinha.
-
AuthorPosts
-
December 3, 2019 at 8:45 pm #140499
Hello,
site: https://humanologie.info/
I am tring to change the color of the title of the 8 square in the top of the theme :
i tried:
.one_four_page_content h3 {
margin: 0;
color: #800080; }i put this in the custom css but doesn’t work have you got an idea?
December 4, 2019 at 5:49 am #140509Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.one_four_page_content h3 { color:#800080 !important} .one_four_page a:hover h3 { color: #f00 !important;}
Regards,
ChrisDecember 4, 2019 at 1:54 pm #140609Thanks a lot !
Sorry to bother again however the navigation title are not same color “accueil” (welcome) is blue and the others black i guess it’s because it’s a personal link but can’t find any option to change the color
December 5, 2019 at 6:49 am #140635Hi,
Actually, that is active and hover color of menu.
Do you want to change that color?
Regards,
ChrisDecember 5, 2019 at 7:47 am #140644Well yes however when I use HTML to change the color it remove the hover color ;/
December 5, 2019 at 8:56 am #140649Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.sitenav ul li a:hover, .sitenav ul li.current_page_item a, .sitenav ul li.current_page_item ul li a:hover, .sitenav ul li.current-menu-ancestor a.parent { color:#282828 !important;}
Regards,
ChrisDecember 5, 2019 at 9:02 am #140650thanks but now everything is black and the hover is deactivated
December 5, 2019 at 9:08 am #140652Hi,
Remove:
.sitenav ul li a:hover, .sitenav ul li.current_page_item a, .sitenav ul li.current_page_item ul li a:hover, .sitenav ul li.current-menu-ancestor a.parent { color:#282828 !important;}
Add this new CSS
.sitenav ul li.current-menu-item a { color: #282828 !important; }
Regards,
ChrisDecember 5, 2019 at 9:11 am #140653it’s back to the previous state “accueil” is black and the hover is deactivated on this one
December 5, 2019 at 9:22 am #140655Hi,
I am not sure what you mean by this. Can you may be draw or point out in an image?
You can upload image in imgur.com and share the link here.
Regards,
ChrisDecember 5, 2019 at 9:43 am #140659https://postimg.cc/4YBrgf5m
If you put the mouse on “accueil” nothing happen however if you do on “L’humanologie” it hover in blue
December 5, 2019 at 10:02 am #140661Hi,
Kindly send us your URL of the site and WordPress admin details (Username & Password) via email:[email protected] Please mention this forum URL while replying so that we understand what needs to be done.
We’ll check and revert back to you.
Regards,
ChrisDecember 6, 2019 at 5:44 am #140707Hi,
Issue resolved. Kindly check and confirm.
Regards,
ChrisDecember 6, 2019 at 8:49 am #140719Great thanks a lot for your help !
you changed this ?
.sitenav ul li.current-menu-item a { color: #282828 !important;}
.sitenav ul li.current-menu-item a:hover { color: #2857ff !important;}December 6, 2019 at 10:55 am #140725Hi,
Yes….If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/24/
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.