Home Forums Basel support forum Page title issue

Page title issue

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

    vkwishhy
    Participant

    1. How can I disable text for the page title and keep only background image and breadcrumb in the page header? I checked both “Theme settings/page heading” and page settings for the particular page.

    If I disable the page title the whole page heading including breadcrumbs disappear. Is there a work around?

    2. How can I make the breadcrumb on the left side? At present, breadcrumb appears on the right in desktop view. This is important as breadcrumb for the shop page appears on the right.

    #8882

    Artem Temos
    Keymaster

    Hello,

    Try to put this code snippet to the Custom CSS area in Theme Settings to hide the title only

    .title-design-default .entry-title {
    	display:none;
    }
    
    .title-design-default .breadcrumbs {
    	float:left;
    }

    Regards

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