Forum Replies Created
-
AuthorPosts
-
This is perfect, thanks!
Perfect – thanks!
This reply has been marked as private.Yigit,
Thanks for the tip. This works for me, except my transparent glossy header is still set to 90%. How do I stretch the header on the home page?
-Bill
Hmm, please disregard. Everything seems to be working now. Forgive the SPAM.
You can close this ticket.
Oops, sorry about that. The current theme is a theme designed for real estate scenarios that my client has picked out, and I’m trying to move this to Enfold (where my other clients are) to simplify my support. For now, you can close this ticket. Thank you for the follow up.
Sure – here is a simplified version of the page: http://www.kennedytree.org/test-page/
I got this to work, but I don’t fully understand why. When I look at this with firebug, it appears that the issue is coming from a “display: block;” declaration inside of base.css. So:
– I copied base.css over to a child theme, and took out that line in the css, and it still happened.
– I tried putting “display: inline” inside the inline style declaration for the <input> fields, and it still happened.
– I entered the attached (see below) into the custom css field on my enfold theme options, and it worked as expected.Why did the third option work, but the first two did not?
~~~~~~~~~~~
custom CSS:#top .input-text, #top input[type=”text”], #top input[type=”input”], #top input[type=”password”], #top input[type=”email”], #top input[type=”number”], #top input[type=”url”], #top input[type=”tel”], #top input[type=”search”], #top textarea, #top select {
display: inline;
}Thanks – works great!
thanks!
Perfect, thanks!
Perfect, thanks so much Elliot!
One more thing – anyway to hide the full-screen slider on mobile like the Layer-Slider option?
July 29, 2014 at 4:46 am in reply to: Enfold theme – how do I change the color on the currentmenu item on a submenu? #297143Perfect, thanks Josue!
Perfect – thanks Yigit!
Yigit,
Thanks for the reply. I have updated my version of Enfold, and have changed header background color accordingly. I’d still like to have the background of the mega menu have a white background. Is there a way to style the header background and the menu background differently? The black menu background is a little hard to see.
-Bill
OK, from firebug, it looks like the following should change the header’s background color – is this right (placed in the Quick CSS)?
.header_color .header_bg {
background-color: #000000;
}Still looking for the classes of the main menu item – would like for them to be white, with grey hover.
Also, how do I turn the social media bar background to be black with light icons?
- This reply was modified 10 years, 3 months ago by bjconcan.
I, too, am having trouble with the GA snippet being placed before the </head> tag. I added the tracking code in the Enfold theme option as you indicate above, but it being placed almost at the bottom of my <body>.
My URL is http://www.atticfilmfest.org – am I missing something?
Thanks!
BillPS – I just saw another post, so I added the following – is this correct?
<script type=”text/javascript”>
var _gaq = _gaq || [];
_gaq.push([‘_setAccount’, ‘UA-33354906-1’]);
_gaq.push([‘_trackPageview’]);(function() {
var ga = document.createElement(‘script’); ga.type = ‘text/javascript’; ga.async = true;
ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl’ : ‘http://www’) + ‘.google-analytics.com/ga.js’;
var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(ga, s);
})();</script>
- This reply was modified 10 years, 3 months ago by bjconcan.
-
AuthorPosts