badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Removing the title at home in the part of Services

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24812
    fabiano
    Participant

    Hello,

    Necessary to remove the title of which is the “Services”, leaving only the image in the “Service” has learned to remove the “Read More”, but the title of each of the “8” Services not figured out how to remove. It is that text in “bold” just above the “Read More” and below the image at “Service”

    How do this customization?

    #24825

    Hi fabiano,
    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .service-title {
      display: none;
    }

    This may help you

    Thank you!

    #24849
    fabianogomes82
    Participant

    Hello,
    It did not work, the title did not come out of the page, I do not know why. Vej the Custom CSS content:

    .service-item .service-icon,
    .service-item .service-icon img {
    	width: 130px;
    	height: 130px;
    	-webkit-border-radius: 30px;
    	-moz-border-radius: 30px;
    	border-radius: 30px;
    }
    .service-item .service-icon {
    	display: block;
    	margin: 0 auto;
            border: 0px solid #63c6ae;
    }
    .service-title {
      display: none;
    }

    Why is what should have happened, that title did not come out?

    Grateful if you can help.

    #24883

    Hi fabianogomes82,
    You are using this below css which will not display the service title.

    .service-title {
      display: none;
    }

    To display title then remove the above css from custom css. Then your title will be displayed.

    Thank you!

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