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

    Hi there – I need to adjust the style and title for these 2 pages which are dynamically created

    – single product pages – see here http://www.ttnq.org.au/dev/shop/201516-supporter-membership-renewal/ – how do I add more padding around hte ‘SHOP’ title. It looks fine on this page http://www.ttnq.org.au/dev/shop/

    – how do I ensure that the ‘BLOG – LATEST NEWS’ title doesn’t show up automatically on all the single news post pages – see here http://www.ttnq.org.au/dev/ttnq-industry-news-update-20-may/

    thanks

    #449439

    Hey ShortieD!

    1. Please try the following in Quick CSS under Enfold–>General Styling:

    .single-product .title_container {
      padding-top: 15px !important;
    }

    2. Did you check your Title Bar Settings for the blog page/post in the right menu, you can select ‘Hide both’ which should get the job done.

    Regards,
    Rikard

    #454206

    Thanks guys – that worked for the shop and the blog – but is there a way to

      automatically

    make sure that the ‘BLOG LATEST NEWS” doesn’t show up? It seems a little strange for this title to appear on single posts

    Cheers

    #454519

    Hey!

    Add this to Quick CSS to hide it forever :)

    .single .main-title {
    display:none !important;
    }

    Best regards,
    Rikard

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