Some Styling Issues
Some Styling Issues
12 years 6 months ago
Hi,
I have 2 questions.
1) How do I get rid of the drop shadows?
2) How can I make the menu look like the menu in your demo?
See attached image for clarification
I have 2 questions.
1) How do I get rid of the drop shadows?
2) How can I make the menu look like the menu in your demo?
See attached image for clarification
Please Log in or Create an account to join the conversation.
Re: Some Styling Issues
12 years 6 months ago
Hi Rene,
1. With first your question please add some CSS sections bellow to the css file of the joomla template.
The text color of the button and the menu we need preview it on your site to give a solution for its.
2. We don't know the html mockup of the menu on your site, so we can provide you a solution. Please send us the url link.
Best regards
1. With first your question please add some CSS sections bellow to the css file of the joomla template.
Code:
/* Remove box shadow of the thread box */
#Kunena #ktop,
#Kunena div.kblock,
#Kunena .klist-actions,
#Kunena div.klist-markallcatsread,
#Kunena div#kforum-head {
box-shadow: none;
}
/* Change color of the theread's description */
#Kunena .kblock div.kheader .ktitle-desc {
color: #ccc; /* or your color code */
}
/* Remove shadow of the button */
#Kunena .kbutton,
#Kunena input.kbutton {
box-shadow: none;
}
The text color of the button and the menu we need preview it on your site to give a solution for its.
2. We don't know the html mockup of the menu on your site, so we can provide you a solution. Please send us the url link.
Best regards
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
Please Log in or Create an account to join the conversation.
Time to create page: 0.247 seconds