-
Author
-
November 7, 2016 at 15:24 #143106
kjcarleo
ParticipantHello can you please help me apply the following color styles to the Main Menu search box:
BG: 0025db
Text Area: White
Text: Black
Attachments:
You must be logged in to view attached files.November 7, 2016 at 19:39 #143174Radu
ModeratorHi,
COPY CODEdiv#ajax_search_container { background: #0025db !important; } div#ajax_search_container input {background:#fff;color:#333;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 8, 2016 at 03:46 #143250kjcarleo
ParticipantOk that worked but can I change the color of the 45 degree box at top (black now) and there is some grey text and the “MEMBERS” and “PAGES” headers could I make it WHITE BOLD?
November 8, 2016 at 18:08 #143362Radu
ModeratorI’ve provided a css selector for that 45 degree in a previous tickets now i saw that it’s colored red, so it seems that you already have figure out.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 10, 2016 at 18:16 #143773Radu
ModeratorOk then
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 12, 2016 at 21:17 #144014kjcarleo
ParticipantI found the selector, but how do I know where to put it?
.kleo-toggle-menu .kleo-toggle-submenu:before { background-color:red !important;}
November 14, 2016 at 18:55 #144171Radu
ModeratorI thought that you already know because you have custom styles on the site.
Anny additional CSS can be added to wp-admin -> theme option -> general sttings -> quick cssCheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 14, 2016 at 19:46 #144183kjcarleo
ParticipantYes I have but won’t it look different for the search?
November 14, 2016 at 20:08 #144196Radu
ModeratorYou already know where to put code but you have asked me.
What should be colored ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 14, 2016 at 20:26 #144198kjcarleo
ParticipantI know the selector:
.kleo-toggle-menu .kleo-toggle-submenu:before { background-color:red !important;}
But wont it look different since it is for the search box?
November 14, 2016 at 21:49 #144204kjcarleo
ParticipantI am trying to get the 45 degree box colored red like it is in the notifcations
Kevin
November 15, 2016 at 17:11 #144278Radu
ModeratorI’ve given you a working selector for that in another topic and you have received and use it! please search in previous tickets for that
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.