Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1255524

    Hi,

    I need help with the following:
    1- How do I decrease the space between my 2/3 and 1/3 columns at the top?
    2- On the top right on the my page, I have a section called LATEST NEWS, I would like to remove the date ONLY on this block. I need to keep the date on other blocks in the bottom

    #1255962

    Hey navindesigns,

    Please try the following in Quick CSS under Enfold->General Styling:

    .home #av_section_1 .av_one_third {
        margin-left: 4%;
    }
    
    .home #av_section_1 .av_one_third time.av-magazine-time {
        display: none;
    }

    Best regards,
    Rikard

    #1256046

    2- On the top right on the my page, I have a section called LATEST NEWS, I would like to remove the date ONLY on this block. I need to keep the date on other blocks in the bottom

    This change did not work

    Thanks

    #1256246

    never-mind i figured it out

    the code is

    .home #av_section_1 .av_one_third time.av-magazine-time.updated { display: none !important; }

    thanks

    #1257085

    Hi navindesigns,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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