Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #317615

    Hi

    If you look at http://www.codecreative.uk/

    Then at

    http://www.codecreative.uk/what-we-do/ (or any other page)

    The footer has a different set of styles. I can see it through firebug

    It looks ugly the home page styles. Can you tell me what has caused this by any chance please?

    Thanks in advance

    #317814

    Hey codecreative!

    Thank you for using Enfold.

    Please go to wp-content/uploads/dynamic_avia folder then delete the enfold_child.css file. Change any settings on the theme options then save changes to regenerate the file. See if that helps.

    Regards,
    Ismael

    #318026

    No this fails to help.

    I deleted the file.

    I then re saved my styles and it does the same.

    It seems the very moment I save anything within the quick style tab it does these strange things to the style sheet on any page that is not using the default page template how strange?

    #318762

    Hey!

    I’d suggest using the child theme style.css to put custom CSS.

    Regards,
    Josue

    #318836

    Hi Josue

    Thanks for the feedback. I excluded other style sheets and only left the style.css child theme and it still seems to happen. For some reason additional styles are being generated and being applied to the enfold dynamic style sheet that Ismael mentioned before.

    Where is it coming from? Where are these styles being generated from and why is the enfold theme applying it to the dynamic avia style sheet?

    #318934

    Hello,

    Have you tried disabling all third-party plugins to see if it gets fixed?

    Regards,
    Josue

    #322681

    Hi Josue

    I disabled all 3rd party plugins. I also deleted all files in my child directory apart from my style.css and template-home.php template file

    And the issue still exists

    These styles are being generated by enfold and applied to the dynamic css tab. Why are these colours and borders being generated and applied its most strange. Where are they originating from?

    #323463

    Hey!

    You can manually change the footer color of the home page with this:

    .main_color div .news-headline, .footer_color a {
    color: #ffffff !important;
    }
    
    .footer_color span {
    border-color: #444444 !important;
    }

    Regards,
    Ismael

    #323662

    Okay great I’ve managed to style all the items now and over ride these auto generated styles that were being created for the simple reason im using a custom template page

    I have one last issue. No matter what css I do I can’t modify the colours being rendered on the facebook like box. Can anything be done about them? I want all the text to be white not blue and black :(

    #323839

    Hi!

    Add this to Quick CSS:

    .av_facebook_widget_wrap{
        background: white;
    }

    Cheers!
    Josue

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.