Hello,
1. I’d like to know how to make the title to be center-aligned in Mansory layout for blog entries.
2. I want to change those title fonts to ‘Arial Narrow’
3. How to remove the date under the title?
4. I want to change the background color to white which is currently light grey.
Thank you!
Hi jedobe, if I do not misunderstood your questions, here some lines off css to include into your style.css :
#1:
.av-masonry-entry .av-masonry-entry-title{text-align: center !important;}
#2: see in Dashbord > General Styling > Fonts
and http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/
#3:
.av-masonry-dater{display: none !important}
#4:
.main_color .av-masonry {background-color: #fff !important}
Thank you begraficks!
But for #3, date does not disappear so I changed ‘dater’ to ‘date’. Then it worked! Thank you so much for your help! :)