Little background issue
Little background issue
10 years 6 months ago
Hello guys nice template thanks for this!
I have a white babckground and I don't know where to edit it to look like the demo, I'm using Gamers template for joomla and this is how it looks like.
Just point me in the right direction and I'll take it from there.
Thanks in advance.
I have a white babckground and I don't know where to edit it to look like the demo, I'm using Gamers template for joomla and this is how it looks like.
Just point me in the right direction and I'll take it from there.
Thanks in advance.
Please Log in or Create an account to join the conversation.
Re: Little background issue
10 years 6 months ago
Hi,
Yes, the NTS KWarf is a dark template so it's work fine on the dark background. I think, your issue is very easy. So can you provide me your site url? I'll suggest a correct solution for you.
Best Regards,
Yes, the NTS KWarf is a dark template so it's work fine on the dark background. I think, your issue is very easy. So can you provide me your site url? I'll suggest a correct solution for you.
Best Regards,
Huyen Nguyen
Nice Theme Store's Support Department.
Support email: 9themestore[at]gmail.com
** Please post your site url here if it has been lived **
Nice Theme Store's Support Department.
Support email: 9themestore[at]gmail.com
** Please post your site url here if it has been lived **
Please Log in or Create an account to join the conversation.
Re: Little background issue
10 years 6 months ago
Thanks for the quick reply, you guys are awesome I'm planing on buying another skin now that I see your great support (for another site I have)
here it is unioncosmos.com/forum/index
Best regards,
here it is unioncosmos.com/forum/index
Best regards,
Please Log in or Create an account to join the conversation.
Re: Little background issue
10 years 6 months ago - 10 years 6 months ago
Hi,
Thank you about your information. Please follow some below steps to solve your issue.
- Open the custom.css file in your current Joomla template.
- Copy and paste below CSS rules to the custom.css file.
- Save and reload your site.
Update:
There is problem with background image when view on large screen (27 inch). I suggest a simple solution for this issue. Copy and pates below CSS rules to the bottom of custom.css file.
Hope this helps
Thank you about your information. Please follow some below steps to solve your issue.
- Open the custom.css file in your current Joomla template.
- Copy and paste below CSS rules to the custom.css file.
Code:
body #Kunena {
background: #000 none repeat scroll 0 0;
color: #999;
margin: -26px -25px -43px;
padding: 26px 25px 45px;
}
- Save and reload your site.
Update:
There is problem with background image when view on large screen (27 inch). I suggest a simple solution for this issue. Copy and pates below CSS rules to the bottom of custom.css file.
Code:
body {
background-attachment: fixed; /* Fixed background */
background-size: cover; /* Set background full screen */
}
Hope this helps
Huyen Nguyen
Nice Theme Store's Support Department.
Support email: 9themestore[at]gmail.com
** Please post your site url here if it has been lived **
Nice Theme Store's Support Department.
Support email: 9themestore[at]gmail.com
** Please post your site url here if it has been lived **
Last edit: 10 years 6 months ago by Huyen Nguyen.
Please Log in or Create an account to join the conversation.
Re: Little background issue
10 years 6 months ago
Hello!
It worked you are awesome thanks!
Any idea how to make the letters look brighter is a little hard to read at the current state?
Best Regards,
It worked you are awesome thanks!
Any idea how to make the letters look brighter is a little hard to read at the current state?
Best Regards,
Please Log in or Create an account to join the conversation.
Re: Little background issue
10 years 6 months ago
Hi,
I have just updated the CSS rule on above post. Please update to your site.
Regards,
I have just updated the CSS rule on above post. Please update to your site.
Regards,
Huyen Nguyen
Nice Theme Store's Support Department.
Support email: 9themestore[at]gmail.com
** Please post your site url here if it has been lived **
Nice Theme Store's Support Department.
Support email: 9themestore[at]gmail.com
** Please post your site url here if it has been lived **
Please Log in or Create an account to join the conversation.
Re: Little background issue
10 years 6 months ago - 10 years 6 months ago
Thanks for the update,
Updated:
I think I got it now thank you so much!
Updated:
I think I got it now thank you so much!
Last edit: 10 years 6 months ago by eddyrc7.
Please Log in or Create an account to join the conversation.
Re: Little background issue
10 years 6 months ago
Hi,
There is an issue with main menu. You can hover on main menu to see problem. Please update below CSS rules to the custom.css file.
Please let's me know if it does not work.
Best Regards
There is an issue with main menu. You can hover on main menu to see problem. Please update below CSS rules to the custom.css file.
Code:
#subMenusContainer {
z-index: 200;
}
Please let's me know if it does not work.
Best Regards
Huyen Nguyen
Nice Theme Store's Support Department.
Support email: 9themestore[at]gmail.com
** Please post your site url here if it has been lived **
Nice Theme Store's Support Department.
Support email: 9themestore[at]gmail.com
** Please post your site url here if it has been lived **
Please Log in or Create an account to join the conversation.
Re: Little background issue
10 years 6 months ago
Hi,
It did not work the menu still goes behind the forum.
Best regards,
Here is how my custom.css looks like right now:
It did not work the menu still goes behind the forum.
Best regards,
Here is how my custom.css looks like right now:
Code:
/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */
body #Kunena {
background: #000 none repeat scroll 0 0;
color: #bfbfbf;
margin: -26px -25px -43px;
padding: 26px 25px 45px;
}
body {
background-attachment: fixed; /* Fixed background */
background-size: cover; /* Set background full screen */
}
#subMenusContainer {
z-index: 200;
}
Please Log in or Create an account to join the conversation.
Re: Little background issue
10 years 6 months ago
Hi,
Please clear cache of your browser. It's working fine on my computer (Firefox and Chrome).
Regards,
Please clear cache of your browser. It's working fine on my computer (Firefox and Chrome).
Regards,
Huyen Nguyen
Nice Theme Store's Support Department.
Support email: 9themestore[at]gmail.com
** Please post your site url here if it has been lived **
Nice Theme Store's Support Department.
Support email: 9themestore[at]gmail.com
** Please post your site url here if it has been lived **
Please Log in or Create an account to join the conversation.
Time to create page: 0.263 seconds