Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #776869

    I don’t know if this is the right place for this question or not, but I’m not sure where else to start. I’m having trouble getting advanced styles to apply. Is there a server setting that would prevent styles from being applied or updated? The reason I ask, is I can create an advanced style on a staging version of my site on a different host (not ideal, I know) and it will apply. I try to add it to the production version and it doesn’t work.
    Any help is appreciated,
    Thanks,
    Jim

    #777117

    Hi Jim,

    Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply. Also please point out what setting is not applying.

    Best regards,
    Rikard

    #777348

    Temp Admin added. I added a H2 style to the advanced styles to change the color to #006699. I wanted this to update the titles in the blog posts.

    • This reply was modified 7 years, 6 months ago by argusnet.
    #777440

    Hi!

    Can you please check through ftp the permitions of your styles that enfold is generating and let us know if they are 775?
    After that, clear your cache, save again and let us know if it works

    Best regards,
    Basilis

    #777472

    Where are they stored? Would it be in the child theme folder?

    #777687

    Hi,

    Thanks for the feedback, the styling is applying but what you are looking for is a bit different since the blog post titles are actually a link (the a tag), so you would have to use custom CSS to change them. Please try something like this in Quick CSS:

    h2, h2 a {
      color:#006699 !important;
    }

    Best regards,
    Rikard

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