
#gkPageTop.dark #gkMainMenu > div > ul > li > a {
font-size:14px;
}
#gkSubmenu.dark > div > ul {
font-size:11px;
}
Konrad M wrote:Hi
Style of font you can change in template settings in font section.
To change size of first main menu please try add to override.css
- Code: Select all
#gkPageTop.dark #gkMainMenu > div > ul > li > a {
font-size:14px;
}
and try increase or decrease this value.
To change size sub menu please try add this
- Code: Select all
#gkSubmenu.dark > div > ul {
font-size:11px;
}
and try increase or decrease this value.
Of course remember to enable override.css option in template settings.
#gkPageTop.dark #gkMainMenu > div > ul > li > a {
font-size:14px;
}
#gkSubmenu.dark > div > ul {
font-size:11px;
}
leaseline1 wrote:Konrad M wrote:Hi
Style of font you can change in template settings in font section.
To change size of first main menu please try add to override.css
- Code: Select all
#gkPageTop.dark #gkMainMenu > div > ul > li > a {
font-size:14px;
}
and try increase or decrease this value.
To change size sub menu please try add this
- Code: Select all
#gkSubmenu.dark > div > ul {
font-size:11px;
}
and try increase or decrease this value.
Of course remember to enable override.css option in template settings.[/
Konrad,
How do I install/upload a Squirrel kit, please see my attachment.
leaseline1 wrote:leaseline1 wrote:Konrad M wrote:Hi
Style of font you can change in template settings in font section.
To change size of first main menu please try add to override.css
- Code: Select all
#gkPageTop.dark #gkMainMenu > div > ul > li > a {
font-size:14px;
}
and try increase or decrease this value.
To change size sub menu please try add this
- Code: Select all
#gkSubmenu.dark > div > ul {
font-size:11px;
}
and try increase or decrease this value.
Of course remember to enable override.css option in template settings.[/
Konrad,
How do I install/upload a Squirrel kit, please see my attachment.
Konrad M wrote:I'm glad you figure it out.
Konrad M wrote:Can you attach bigger screen or give url
.nspMainPortalMode1 .nspArt p.nspText {
font-weight:bold !important;
}
Konrad M wrote:Please try add to override.css
- Code: Select all
.nspMainPortalMode1 .nspArt p.nspText {
font-weight:bold !important;
}
and remember to enable override.css option in template settings
Konrad M wrote:Did you try update it using joomla updater ? I think it is the best way to do it. Than just update template to the latest version. Just in case please do backup before.
Konrad M wrote:Joomla has one inside. Just go to Components->Joomla! Update. And update your joomla.
Konrad M wrote:I think you don't have to install extension. Please read this article http://www.siteground.com/tutorials/joo ... mla_25.htm
leaseline1 wrote::D Thank you.Konrad M wrote:I think you don't have to install extension. Please read this article http://www.siteground.com/tutorials/joo ... mla_25.htm
Konrad M wrote:This article should explain it to you https://www.gavick.com/documentation/jo ... ookie-law/
leaseline1 wrote:Konrad,
Thank you.
Konrad M wrote:This article should explain it to you https://www.gavick.com/documentation/jo ... ookie-law/
leaseline1 wrote:Konrad,
How are you brother, quick question how do I remove the wording at the bottom of the Meet Gavern template (see attachment)
leaseline1 wrote:Konrad,
Thank you.
Konrad M wrote:This article should explain it to you https://www.gavick.com/documentation/jo ... ookie-law/
.gk-disclaimer {
display:none;
}
Konrad M wrote:Please try add to override.css
- Code: Select all
.gk-disclaimer {
display:none;
}
and remember to enable override.css option in template settings.
leaseline1 wrote:Konrad,
Once again you are "the man" thank you so much the code you send worked.
Konrad M wrote:Please try add to override.css
- Code: Select all
.gk-disclaimer {
display:none;
}
and remember to enable override.css option in template settings.
.gk-article .pull-none img {
display:none;
}
Konrad M wrote:Try this code:
- Code: Select all
.gk-article .pull-none img {
display:none;
}
#gkMainMenu > div > ul > li > a {
color: #ffffff !important;
}
#gkMainMenu > div > ul > li:hover > a,#gkMainMenu > div > ul > li:active > a,#gkMainMenu > div > ul > li:focus > a {
color: #e9403b !important;
}
Konrad M wrote:Please add this to override.css after my previous code
- Code: Select all
#gkMainMenu > div > ul > li:hover > a,#gkMainMenu > div > ul > li:active > a,#gkMainMenu > div > ul > li:focus > a {
color: #e9403b !important;
}
and set your own color value.
Konrad M wrote:@king okkie can you give me url to your site?
#gkMainMenu > div > ul div.childcontent li.active > a,#gkMainMenu > div > ul div.childcontent li.active > span,#gkMainMenu > div > ul div.childcontent li:hover > a,#gkMainMenu > div > ul div.childcontent li:hover > span,#gkMainMenu > div > ul div.childcontent li > a:hover,#gkMainMenu > div > ul div.childcontent li > span:hover,#gkMainMenu > div > ul div.childcontent li.active > a > span,#gkMainMenu > div > ul div.childcontent li.active > span > span,#gkMainMenu > div > ul div.childcontent li:hover > a > span,#gkMainMenu > div > ul div.childcontent li:hover > span > span,#gkMainMenu > div > ul div.childcontent li > a:hover > span,#gkMainMenu > div > ul div.childcontent li > span:hover > span {
background: #000000 !important;
}
#gkMainMenu > div > ul div.childcontent li > a,#gkMainMenu > div > ul div.childcontent li > span {
color: #000000;
}
.childcontent,
.childcontent .childcontent-inner-wrap,
.childcontent .childcontent-inner,
.childcontent .gkcol {
width:200px !important;
}