Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #56227
    sb91
    Member
    Post count: 86

    Hi,

    I would like to remove the page title but keep the page title background.

    For example on this page remove the title “Property” (under the logo) but keep the blue page title background. http://sbelmonte.azurewebsites.net/?page_id=88

    Also for some reason the breadcrumbs are no longer working correctly? e.g. cant click on them?

    Thanks

    #56283
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Try this custom css:

    .page-id-88 .page-heading .heading-text {
      display: none;
    }

    If you want it to apply to all of your pages remove the .page-id-88

    – Kyle

    #56665
    sb91
    Member
    Post count: 86

    thanks that worked for the heading.

    However I am still having the problem with the breadcrumbs. .http://sbelmonte.azurewebsites.net/?page_id=65.

    I am trying to make the blue line thinner so I changed this code:
    .page-heading {
    padding-top: 35px;
    padding-bottom: 35px;
    TO

    .page-heading {
    padding-top: 2px;
    padding-bottom: 2px;

    And now the breadcrumb links aren’t working? Is there another way I can achieve this so that the breadcrumbs still work?

    Also on the home page I have a live forex rates ticker, I was wondering how would I decrease the gap between the revolution slider and this ticker? (http://sbelmonte.azurewebsites.net/)

    Thanks

    #56702
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hi, this custom css will fix it:

    #header .header-container, #header .row {
    height: 61px!important;
    }

    Cheers

    #57738
    kerbi
    Member
    Post count: 7

    Hello,

    How do I remove the product path from category/listing page?

    This code below is working for the product page only:

    .single-product #breadcrumbs, .page #breadcrumbs {
    display: none;
    }

    Thank you for your help.

    #57959
    Melanie – SUPPORT
    Member
    Post count: 11032
    .archive #breadcrumbs {
    display: none;
    }
    

    should work!

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register