Home Forums HashOne Remove Date in Home Blog Section and Footer Changes

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2943
    Mont
    Participant

    Hello HashOne team,

    Firstly, I’m glad for this wonderfull theme!

    I’d like to remove only the Date that appears in the home blog section in order to only display the Title and the Text.

    Moreover, I’d like to only have two footers centered aligned and both with a bigger width (like 500px or more for each one).

    Thank you and I’m look forward to hearing from you!

    #3040
    Hash
    Keymaster

    Add the below CSS in the Additional Field CSS in the customizer panel and add only two footer (ie footer 1 and footer 2) in the widget area

    .hs-blog-date{
    display:none;
    }
    .hs-footer{
    width: 47%
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.