This topic has 7 replies, 4 voices, and was last updated 6 years, 5 months ago by Fem.
Tagged: Drop cap, search box
Viewing 8 posts - 1 through 8 (of 8 total)
I do not want the drop cap in my posts. Where do I configure that? Also, I’m using the search in the header like your demo (click the magnifying glass and search box appears), but I can’t locate the configuration area for that either. I’d like to change the font and the color of the x to close the box.
THanks for the drop cap info. Where do I find the styling for the drop down search bar?
Hi, @lconaway_2
you can style for the Dropdown Menu from,
Go to the Appearance->Labora->Styling->Menu from there you can do your own styling.
I’m trying to adjust the colors and fonts in the search bar. I have gone into the menu styling and made adjustments to every option. That did not fix it.
If you go here – http://18.220.133.230/ – and click on the search icon you’ll see what I mean.
Thank you!
Hi, @lconaway_2,
The colors which you add in menu styling are working fine and about the search icon, I added the color the search icon is displaying now.
you can change the color from custom styling,
Go to the Appearance->Labora->Styling->Custom CSS from there you can change color.
Any chance you might be able to provide me with the CSS code to address the color and font for the search bar?
Hi, lconaway_2
If you want to change the search bar close icon color and font size add these following code in your custom css.
.search-close {
font-size: 18px!important;
color: #990b6e!important;
}
And for the search bar background color and placeholder font size add this code.
#ivaSearchbar {
background-color: #bd3636!important;
}
.ivaInput[type="text"] {
font-size: 24px!important;
}
Note: Change font size and background color change as per your requirement.
Viewing 8 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic.