gtv22
Junior Member
Still learning ...
Posts: 260
inherit
203486
0
Mar 1, 2014 9:50:41 GMT -8
gtv22
Still learning ...
260
December 2013
gtv22
|
Post by gtv22 on Oct 18, 2014 10:15:37 GMT -8
Is there a way to change the background color/border top color of the pagination for this plugin, so it can appear different for every theme?
Thanks
|
|
gtv22
Junior Member
Still learning ...
Posts: 260
inherit
203486
0
Mar 1, 2014 9:50:41 GMT -8
gtv22
Still learning ...
260
December 2013
gtv22
|
Post by gtv22 on Oct 20, 2014 9:18:54 GMT -8
Help please. Does anyone know how to do this?
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Oct 20, 2014 10:08:09 GMT -8
The background color for the Pagination bar is controlled in the Visual Editor within each theme already. Go to Admin > Themes > Advanced Styles & CSS and in the first main category "Forum" click on Body (Content) > Action Bars and change the Background Color.
|
|
gtv22
Junior Member
Still learning ...
Posts: 260
inherit
203486
0
Mar 1, 2014 9:50:41 GMT -8
gtv22
Still learning ...
260
December 2013
gtv22
|
Post by gtv22 on Oct 21, 2014 6:38:42 GMT -8
The background color for the Pagination bar is controlled in the Visual Editor within each theme already. Go to Admin > Themes > Advanced Styles & CSS and in the first main category "Forum" click on Body (Content) > Action Bars and change the Background Color. Hi Trinity, Thank you for your reply. I have changed the background color in the CSS and the top floating pagination bar changed, but it did not change the bottom pagination bar from the plugin. The plugin has a settings tab, but there is only the option to pick one color for all themes. I need to have it a different color for a few themes. I was hoping that someone knew a workaround code or something.
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Oct 21, 2014 9:56:08 GMT -8
Ah. That is in the plugin settings but can not be different for each plugin unless you use CSS to override it by going to Admin > Themes > Advanced Styles & CSS > Style Sheet and adding this to the bottom for each theme:
.ui-pagination { background-color: #COLOR !important; }
|
|
gtv22
Junior Member
Still learning ...
Posts: 260
inherit
203486
0
Mar 1, 2014 9:50:41 GMT -8
gtv22
Still learning ...
260
December 2013
gtv22
|
Post by gtv22 on Oct 21, 2014 17:07:01 GMT -8
It worked great! Thank you so much, Trinity.
|
|