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

    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!

    #377958

    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}

    • This reply was modified 9 years, 10 months ago by begrafiks.
    #378345

    Hey!

    Please see @begrafiks post above

    @begrafiks
    thanks as always :)

    Best regards,
    Yigit

    #381610

    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! :)

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Title Alignment & Font Face Inquiry’ is closed to new replies.