Brian

Forum Replies Created


The cookie law is not a part of customizer settings, if you custom css code for Cookie, try to add !important property for your css code.


I see you already replied via ticket, I’m checking this issue now.


We just updated all Joomla templates recently with bug fixes for the google font api, quiz 2. x compatibility and Quickstart packages with latest Joomla 3.9.2 and component update.

For this issue, could you please submit the site and administrator account via Ticket https://warptheme.com/member-area so I can take a look ?


Hi DGB,
Could you please give me screenshot to take a look ?
Thank you



Could you please create a screenshot about this issue so I can take a closer look ? Note: Using this tool https://www.favicon-generator.org/ if you want to create your custom favico icon


Here the solution

.uk-navbar-nav > li > a {
  color: red;
}

.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  color: red;
  /* 3 */
  outline: none;
}
/* OnClick */
.uk-navbar-nav > li > a:active {
  color: red;
}
/* Active */
.uk-navbar-nav > li.uk-active > a {
  color: #fff;
}
.uk-navbar-nav > li > a:after {
  background: red;
}


Hi Fredrick,
I see you added the css code to custom.css file with grey background color, its working, see https://imgur.com/a/Ygbe9ib


The template itself using sp pagebuilder FREE and our extra add-ons that why you cant access pro sp pagebuilder feature like template sections.



Hi Fred,
Open custom.css file located joomla/templates/template-name/css/custom.css then add

.tm-navbar {
  background: red;
}

save and recheck.


Hi Andreas,
I created a Joomla Multilingual language video tutorial few years ago, please take a closer look this tutorial
If you still face any problem about configuration, please submit the question via our ticket system https://warptheme.com/member-area/ticket-system/ so I can take a look on it.


This reply has been marked as private, meaning that only the original poster and forum moderators can see the content of the reply.

Glad to hear that