Remove Line between title

Home Support Winsome Pro Remove Line between title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7130
    sodsada
    Participant

    Dear Support,

    there is a line between tittle and i want to remove or replace by other symbol.

    Ex: —– WHAT ELSE WE PROVIDE —– to **** WHAT ELSE WE PROVIDE **** or Just Title only

    Please advise!

    Regards,
    Sodsada

    #7131
    ProDesigns
    Keymaster

    You can use following CSS to replace line with stars

    #home-page-widget-area .widget-title span::before,
    #home-page-widget-area .widget-title span::after{
    	content: '\f005\f005\f005\f005';
    	font-family: "FontAwesome";
    	font-size: 12px;
    	letter-spacing: 5px;
    	background-color: transparent!important;
    	width: auto;
    	height: auto;
    	transform: translate(0%, -50%);
    	-moz-transform: translate(0%, -50%);
    	-webkit-transform: translate(0%, -50%);
    	-ms-transform: translate(0%, -50%);
    	-o-transform: translate(0%, -50%);
    	position: absolute;
    	top: 50%;
    }
    
    #home-page-widget-area .widget-title span::before{
    	margin-right: 10px;
    }
    
    #home-page-widget-area .widget-title span::after{
    	margin-left: 10px;	
    }
    #7132
    sodsada
    Participant

    I think after apply this code on CSS and then it is affect to page title was appear under Breadcrumb which it not make sense to me and when i was remove that code on CSS then page title still display.
    you can check via this link ex: http://www.no1relaxation.com/gallery/ the title was Gallery.

    how to hide the page and post title?

    Regards,
    Sodsada.

    #7133
    ProDesigns
    Keymaster

    Hi @sodsada,

    Looks like you have changed the theme. Let us know if there is any special reason you changed it.

    Thanks.

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