Thème Bushwick : 2 titles

  • Unknown's avatar

    Hello,

    In this page link the title is displayed 2 times : on the left and on the right. Is it possible to display it only on the left ?

    Thx

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    If you want to modify how a theme looks, there’s an optional paid upgrade called Custom Design that will let you add your own CSS rules, and you could hide the titles on the right using custom CSS.

    You can try out the upgrade before purchasing by going to Appearance > Customize > Custom Design and clicking the “Try Now” button. Then click CSS in the menu on the right and add this in the editor to preview the change:

    .single .entry-title {
    	display: none;
    }

    While previewing, you should be able to click through to a single post to see how the CSS affects those kinds of pages.

  • The topic ‘Thème Bushwick : 2 titles’ is closed to new replies.