1. kash_14
  2. Commercial Templates
  3. Monday, 16 March 2015
  4.  Subscribe via email
Hello,
How can I remove the line under the Page Heading? In the following image, the page heading is "Whats New".
Also, how can I change the font?



Thanks,
KK
http://www.kksfavthings.com
Accepted Answer Pending Moderation
0
Votes
Undo
Try the following custom CSS..


.page-header::after {
display: none;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you, what about changing the font? I do not want the article font and the page heading font to be the same.
Thanks,
KK
http://www.kksfavthings.com
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
You can try the following (edit to taste)...


.page-header: {
font-family: arial !important;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!