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
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
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
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
Hi navindesigns,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria