1. 7daw@gmx.at
  2. Commercial Templates
  3. Tuesday, 17 February 2015
  4.  Subscribe via email
Hello,
I´m using the Nocturne template and I want to modify the size of the headers of shown articles.

In sidecol a the article blog is shown with News-show-pro GK5.

According to the Forum I tried to insert to the custom CSS field: ".item-title, .page-header {font-size: 10px;}" but it had no effect.

http://www.ff-engersdorf.at is the Domain.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Could you try adding the following to the Custom CSS field of your templates parameters where 20px is your new article title font size (edit to taste)..


.item-title, .page-header {
font-size: 20px !important;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks for your quick answer, but it doesn´t wort unfortunately..
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Try amending your Custom CSS to the following..


.item-title, .page-header, .item-title a, .page-header a {
font-size: 10px !important;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Doesn´t work also.. sorry.
In sidecol a the article blog is shown with News-show-pro GK5. Could this be the reason?
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Ok.. I misunderstood your query.

To edit the titles in your News-show-pro GK5 module try adding the following to the Custom CSS field..


.nspArt h4.nspHeader {
font-size: 10px !important;
}


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


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