Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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

    #210285

    I 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!
    Rubie

    #210358

    @rubieandersson did yours just quit working all of the sudden? Or had it never worked?

    #210386

    @zerozendesign Hey, the Quick CSS never worked. Would greatly appreciate any help.

    #210392

    Hi!

    Your Quick CSS is currently active on your page right now. I’m not sure why you think it isn’t working.

    Cheers!
    Devin

    #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;

    }

    #210416

    You 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.

    #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

    #210435

    Make sure to clear your local cache. It is working and live right now.

    #210437

    @Devin Can’t thank you enough! Really appreciate it.

    Could you also help me with adjusting the header width?

    Thank you so much!!
    Rubie

    #210438

    @Devin Also, Is there any way to customize the buttons? Sorry for all the questions, thank you so much for your help

    Rubie

    #210482

    Hey Rubie!

    I see that you have started new topics regarding both of your questions and i replied them. I am marking this one as resolved.

    Best regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Nothing on the Styling page works’ is closed to new replies.