Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1009190

    My styling will not stick.
    I have styling in the custom css box and styling in the advanced styling settings. They will show and then they will not show. I think my file has a bug.

    #1009316

    Hey mrskircher,

    I checked this in your Quick CSS:

    #top .av-menu-button > a .avia-menu-text:hover {
    background-color: #15a6ab  !important;
    }

    That is applying fine on the frontend of your site. Did you make sure that you are not getting cached results?

    Best regards,
    Rikard

    #1009392

    Thank you for your quick reply.

    How do I make sure I’m not getting a cached version because this keeps happening. It happens usually when I flush cache with my server.

    None of the changes are showing for me. The logo is still pushing to the top. The header text is small. The menu isn’t hovering like it should.

    #1009541

    Hi mrskircher,

    Personally I use google chrome web inspector, some use firefox’s firebug to inspect elements and check if the css is applied, then you check if the css code added is being reflected in the frontend, this is how we usually know if the version being fetched is cached or not. I checked your site and compared the ones in your Quick CSS and could see that the css codes are applied and it’s not cached.
    You don’t have any caching plugins also. Maybe the code you added doesn’t give you the results that are expected? can you give us a mockup or screenshot on what you’re trying to achieve? maybe we can help with it.

    Best regards,
    Nikko

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