Remove pagination bullets

Writer is a clean and professional theme for blog or personal website.
GK User
Tue Jun 16, 2015 10:32 pm
Hey guys,

I need your help. I would like to remove pagination bullets and move before button to the left and after button to the right. Also, I want to change the label "Tagged under:" for "Etiquetado en", do you know how can I do it?
Thanks a lot.

URL: http://201.147.150.36/claustronomia/
User avatar
Fresh Boarder

GK User
Tue Jun 16, 2015 10:54 pm
Hi,
remove pagination bullets

Use this:
Code: Select all
.previous::before, .next::before {
    display: none;
}
User avatar
Platinum Boarder

GK User
Tue Jun 16, 2015 10:56 pm
Phrase: Tagged under, you have to translate inside:
\language\en-GB\en-GB.tpl_gk_writer.ini

TPL_GK_LANG_TAGGED_UNDER="Tagged under:"

Or use default Joomla Language Override system
User avatar
Platinum Boarder

GK User
Tue Jun 16, 2015 10:58 pm
Last request, use
.previous, .next { float: left;}
User avatar
Platinum Boarder

GK User
Thu Jun 18, 2015 7:00 pm
Oscar E wrote:Hi,
remove pagination bullets

Use this:
Code: Select all
.previous::before, .next::before {
    display: none;
}


Thanks Oscar,
I'm a pretty new. In which CSS page do I have to add this code?
User avatar
Fresh Boarder

GK User
Thu Jun 18, 2015 7:02 pm
Oscar E wrote:Last request, use
.previous, .next { float: left;}


In which CSS page do I have to add this code?
Thanks a lot again Oscar!!!
User avatar
Fresh Boarder

GK User
Thu Jun 18, 2015 7:15 pm
Oscar E wrote:Phrase: Tagged under, you have to translate inside:
\language\en-GB\en-GB.tpl_gk_writer.ini

TPL_GK_LANG_TAGGED_UNDER="Tagged under:"

Or use default Joomla Language Override system


I couldn't use the override but the first option works perfect. Thanks!!!
User avatar
Fresh Boarder

GK User
Fri Jun 19, 2015 3:24 am
User avatar
Platinum Boarder

GK User
Fri Jun 19, 2015 6:51 pm
Thanks. It's enable the override but I doesn't work. So I translate the writer.ini file.
By the way, I don't know where I have to paste the codes you post to remove pagination bullets and move before button to the left and after button to the right. Could you please tell me?
Thanks!!!
User avatar
Fresh Boarder

GK User
Sun Jun 21, 2015 8:57 pm
Did you saw my post from 19 Jun 2015, 04:24 - about custom css, hmm?

you can also try to add !important for css values, maybe this will help much more.
User avatar
Platinum Boarder

GK User
Mon Jun 22, 2015 6:31 pm
Thanks Oscar.
It works.
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.