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/
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/
-
- Fresh Boarder
- GK User
- Tue Jun 16, 2015 10:54 pm
Hi,
Use this:
remove pagination bullets
Use this:
- Code: Select all
.previous::before, .next::before {
display: none;
}
-
- 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
\language\en-GB\en-GB.tpl_gk_writer.ini
TPL_GK_LANG_TAGGED_UNDER="Tagged under:"
Or use default Joomla Language Override system
-
- Platinum Boarder
- GK User
- Tue Jun 16, 2015 10:58 pm
Last request, use
.previous, .next { float: left;}
-
- 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?
-
- 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!!!
-
- 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!!!
-
- Fresh Boarder
- GK User
- Fri Jun 19, 2015 3:24 am
About custom CSS --> https://www.gavick.com/documentation/jo ... mplate-css
-
- 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!!!
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!!!
-
- 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.
you can also try to add !important for css values, maybe this will help much more.
-
- Platinum Boarder
- GK User
- Mon Jun 22, 2015 6:31 pm
Thanks Oscar.
It works.
It works.
-
- Fresh Boarder
11 posts
• Page 1 of 1