Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #692842

    Hi,

    I’ve been building a site this week and I’ve encountered a problem with the short code that I need some help with.

    I’ve put a border around entries on a portfolio grid I am using on the “People” page.
    However this has also gone over to the front page. I think it is because I have applied the styling to pages split into “fourths”.

    #top .no_margin.av_one_fourth {
        border-radius: 0px;
        border: 6px solid white !important;
    }

    I have enabled the custom css class thingy, and was wondering if that’s how I only apply it to one place?

    Thanks guys…

    #692847

    Oh, hold on. I think I’ve answered my own question.

    #top .people .no_margin.av_one_fourth {
        border-radius: 0px;
        border: 6px solid white !important;
    }
    

    I did try this before I asked the question, but it didn’t work, but now it does. User error I guess!

    #692856

    Hi,

    Thanks for letting us know the issue is resolved! It was probably just your browser’s cache.

    Best regards,
    Jordan

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Problem with quick CSS’ is closed to new replies.