Remove underline from title

Support Area Forums Elite Remove underline from title

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://http://engel-classic.com
  • Author
    Posts
  • #35534
    Andreas Roth
    Participant

    Hi Bill,
    how can i remove the underline from the page title?
    Best regards
    Andreas

    #35539
    Bill Robbins
    Moderator

    Hi Andreas,

    You can take out the border there. Go to the Appearance section in your WordPress dashboard and click on theme options. Choose the Advanced tab and scroll down to the Custom CSS box. Add this there:

    
    .page-title {
    	border-bottom: none;
    }
    

    and save your changes. That will take out the underline.

    Have a great day,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove underline from title’ is closed to new replies.