1. blakkina
  2. Commercial Templates
  3. Saturday, 22 February 2014
  4.  Subscribe via email
Hello,
can you help me locate the CSS class for "text separator" menu items in the Oxygen template?
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

The text separator can be styled with the following selector..


.item-separator { ... }


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you very much, but I'm afraid that didn't work for me (tried both in the custom css field and directly in the template.css file), so I managed my content in a different way and used pagebreaks to split my article into several sections.
Anyway, I would like to remove both navigation and page numbering... Switching them off in Joomla global configuration (articles/navigation and shared layout options/pagination, pagination results) won't work though, is this template-related?

Thanks again
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Would you have a URL to an example of the page numbering which you wish to remove? You should be able to remove this via some Custom CSS.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Yes of course, here's a sample page: http://www.assiomasnc.it/2014/incidente-stradale
Login: j51guest, j51guest
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

Could you try adding the following to the Custom CSS field of your templates parameters...


.pagenavcounter {
display: none;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
That worked perfectly, thank you very much :)
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


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