Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #869361

    Hi Kriesi and Team-

    I am using the Footers that I created in Widgets. However, the headings are not centered (and I would like them to be centered or left-align, not right align). I would also like to eliminate the dates on the blog posts in the far right footer. Do you see those?

    In the Enfold dashboard under Blog Layout, I have already un-checked the box for display of “Blog Post Date” but it is still showing up down here.

    Thank you!

    #870130

    Hey wanderglow,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    body#top .all_colors .widgettitle {
        text-align: center;
    }
    .news-time {
      display: none;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

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