Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #805421

    I am in the process of creating another website using the Enfold theme and I continue to have problems with the Advanced Styling being ignored.

    I have read one of the previous support tickets, which recommended going incognito in Chrome to see the latest version of the page and I have done that, yet the changes are still not reflected. I have also viewed the website using Firefox and the changes are not reflected there either.

    What I have done is set H1 font colour to be #269ea2, size 42, font family Dancing Script and normal font weight, yet none of these are reflected on any of my H1 headings.

    Please see links and login details below.

    #806989

    Hey Ivana,

    The rule that gets applied is more specific to that h1 and is defined in General Styling tab, the rules from Advanced styling are there, but they do not get applied to this specific situation.
    Here is the code that will do what you need:

    #top #wrap_all .main_color h1 {
        color: #269ea2;
        font-size: 42px;
        font-family: 'Dancing Script', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: normal;
    }

    If you need further assistance please let us know.
    Best regards,
    Victoria

    • This reply was modified 6 years, 11 months ago by Victoria.
    #807716

    Thank you Victoria. May I ask why in this specific situation I am unable to use the Advanced Styling?

    #808161

    Hi web4smallbusiness,

    I don’t have an answer to that question. We need to investigate a bit further.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #808353

    I would appreciate if it could get investigated please. I have experienced the same problem with another website and have logged a support question in regards to that also – this was some time ago.

    Let me know if you require any other details besides the WordPress login details that I provided.

    Many thanks
    Ivana

    #809599

    Hi,

    Can you please check the CHMOD of the advanced styles director, at /wp-content/ please?

    Thank you

    Best regards,
    Basilis

    #810185

    Thanks Basilis. I had my techies check it and they said:

    The folder level is set as “755” and files set to “644”. These are the recommend WordPress permission settings. There are security risks if the permissions are too open.

    They also asked if you can login and check (see login details at the beginning of the thread).

    #810502

    Hi web4smallbusiness,

    In this case, it’s a matter if the selectors that styles get applied to, it’s not about files and permissions.

    Best regards,
    Victoria

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