1. jacputs
  2. Commercial Templates
  3. Tuesday, 02 September 2014
  4.  Subscribe via email
Hello,

I use Joomla 2.5 as CMS.

I’ve downloaded the template “Letterpress”.
In every article 2 buttons are added, Vorige (previous) and Volgende (Next).
See also the added file for a screenshot.

Two questions:
1. Can I change color settings for these buttons?
2. Can I complete remove these buttons automatically for every article?

Thanks in advance for your support.

Best regards,
Jac Puts
Accepted Answer Pending Moderation
0
Votes
Undo
Hello,

I use Joomla 2.5 as CMS.

I’ve downloaded the template “Letterpress”.
In every article 2 buttons are added, Vorige (previous) and Volgende (Next).
See also the added file for a screenshot.

Two questions:
1. Can I change color settings for these buttons?
2. Can I complete remove these buttons automatically for every article?

Thanks in advance for your support.

Best regards,
Jac Puts
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Please post a URL to an example of these buttons.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello,

http://www.kurven.nl/stkptest/index.php/nieuws-informatie-en-agenda-maarsstee/informatie-maarsstee

See also the screenshot I gave you already in the attched file earlier.
These buttons are added at the end pf every article.

Thanks in advance for your support.

Best regards,
Jac
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hello,

http://www.kurven.nl/stkptest/index.php/nieuws-informatie-en-agenda-maarsstee/informatie-maarsstee
I've put this URL now in the attched file.

See also the screenshot I gave you already in the attched file earlier.
These buttons are added at the end pf every article.

Thanks in advance for your support.

Best regards,
Jac
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hello,

http://www.kurven.nl/stkptest/index.php/nieuws-informatie-en-agenda-maarsstee/informatie-maarsstee

See also the screenshot I gave you already in the attched file earlier.
These buttons are added at the end pf every article.

Thanks in advance for your support.

Best regards,
Jac
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

You can remove these items via CSS by adding the following to the Custom CSS field of your templates parameters...


ul.pagenav {
display: none;
}


Alternatively you can turn off 'Navigation' via the menu items parameters.

To change the background color you can add the following to the Custom CSS field, editing to your own taste...


ul.pagenav li {
background-color: #cccccc;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
I did change he background of the button to maroon.
But now is the text nearly unreadable.
How can I now change that text in the button to for instance white so that it is readable.
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
To set the link text color to white you can also add the following to your custom CSS...


ul.pagenav li a {
color: #fff;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
Dear Ciaran,

Thanks for your support. It's working now.

Best regards,
Jac
  1. more than a month ago
  2. Commercial Templates
  3. # 9
  • Page :
  • 1


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