Tagged: quick css
-
AuthorPosts
-
January 15, 2014 at 7:48 pm #210235
Hi!
Nothing that I customize on the Enfold styling page seems to take effect, as the Header Font or the Footer styling. I also want to customize logo size, menu font and size and tried to add code in the Quick CSS, which didn’t work either… Then I tried to add the same coding to the custom.css, but no luck there either.
This is the coding I used:
#top .logo img {
width: 440px;
height: 202px;
}.main_menu ul:first-child > li > a { font-family: ‘Oswald’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; }
.main_menu ul:first-child>li>a {
font-size:24px;
}
Would be very thankful for help. Need this to work as soon as possible.Here is the website: stocktownproductions.com
Thank you,
Rubie- This topic was modified 10 years, 10 months ago by rubieandersson.
January 15, 2014 at 9:31 pm #210285I changed the permissions to 755 and now the basic settings in Styling works, however the Quick CSS still doesn’t work. Need help a soon as possible.
Thank you so much!
RubieJanuary 15, 2014 at 11:53 pm #210358@rubieandersson did yours just quit working all of the sudden? Or had it never worked?
January 16, 2014 at 12:25 am #210386@zerozendesign Hey, the Quick CSS never worked. Would greatly appreciate any help.
January 16, 2014 at 12:36 am #210392Hi!
Your Quick CSS is currently active on your page right now. I’m not sure why you think it isn’t working.
Cheers!
DevinJanuary 16, 2014 at 12:52 am #210411@Devin Hi!
This is the code I wrote. I don’t see these modifications on the page. Not the logo, or the font or size of the menu.
Thank you!
Rubie#top .logo img {
width: 156px;
height: 156px;
}/*header with social icons: */
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 200px; line-height: 116px; }#top .main_menu .menu li > a {
font-family: “Terminal Dosis”, sans-serif;
font-size: 24px; color: #999; text-transform: uppercase;
}
January 16, 2014 at 12:58 am #210416You need to inspect the page with dev tools and see what is taking priority over your css. In the case of the logo, the inline styling that the theme adds in has a higher priority.
Ex:#top .logo img { width: 440px !important; height: 202px !important; max-height: 202px !important; }
This would work.
The font size is live and so is the color. Using ” ” on the font-family seems to cause an issue so use ‘ ‘ instead.
January 16, 2014 at 1:18 am #210432@Devin Hi, thanks for the help. However, that code didn’t work either, and the font size or color doesn’t work either, I tried another color and a bigger font, and nothing changes. Nothing I type in the Quick CSS seems to work. Do you have any idea why that can be? I really need it to work very soon. Would really appreciate more help. Thank you /Rubie
January 16, 2014 at 1:30 am #210435Make sure to clear your local cache. It is working and live right now.
January 16, 2014 at 1:48 am #210437@Devin Can’t thank you enough! Really appreciate it.
Could you also help me with adjusting the header width?
Thank you so much!!
RubieJanuary 16, 2014 at 1:51 am #210438@Devin Also, Is there any way to customize the buttons? Sorry for all the questions, thank you so much for your help
Rubie
January 16, 2014 at 6:25 am #210482 -
AuthorPosts
- The topic ‘Nothing on the Styling page works’ is closed to new replies.