Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #25115

    Hi,

    As you’ve mentioned in your WordPress theme, Enfold>Styling tab>Quick CSS note, user can add his own configuration to override them on theme defaults. And for a complete change he can use custom.css file. I trying to override my configuration but till now no success. I want to change the font size of headers (h1 and h2) on my all pages plus lots of other changes. Is there anything else that has to be done in order to make it work? Or is there any kind of syntax that has to be met?

    Thanks

    #125815

    Hi cajam,

    My guess is that you are just not using the correct css. If you can paste what css you are using now as well as link to a page or two showing which h1,h2 items you want to change we can assist.

    Regards,

    Devin

    #125816

    Hi Devin,

    We are using the custom.css within the css folder in the enfold theme. We wish to do several things, but most importantly:

    1. Adjust the size of H1 and H2 so that they are smaller and lowercase

    2. Switch the upper level menu of social rom left to right and move the text area from left to right. Your team had given me code to do that before and we placed it in both the custom.css sheet and the quick css and both did not reflect. We even created our own class and placed it in boh and still the site chose to use the main css and not the new class that we entered.

    Is there a way to send you a private message with web link/login & password?

    #125817

    Correction #2

    Move the Social menu from left to right and text area from right to left…just a swap.

    I was given the following code by your support to place on the CSS and we tried placing it in both the Quick CSS and Custom CSS and none worked. Here is the code:


    div .sub_menu {
    left: -20px;
    right:auto;
    }
    #top .social_bookmarks{
    float:right;
    }

    #125818

    We’ll need to look at the site live to see why it isn’t working. The H1 and H2 should be done on the specific page(s) you want as there are a lot of different variations of h1 and h2 tags throughout the entire theme so a blanket change would be bad.

    Regards,

    Devin

    #125819

    I understand, how can I email you directly for privacy issues my website address, login/password to log into the site?

    As a side note, I did create a class and placed it in the custom.css: .header1 {font-size:16px;} and placed the class on the particular page only after saving the class in custom.css, but that class did not get called.

    Please provide with private email so I can email you directly the details to access the site.

    Thank you

    #125820

    You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn’t grab it :)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Enfold custom.css’ is closed to new replies.