Read before updating: How to Update Kunena Templates - More detail

Some Styling Issues

R Topic Author
New Member New Member
  • Posts: 14
  • Thanks: 1

Some Styling Issues

12 years 6 months ago
#1146
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

Attachments:

Please Log in or Create an account to join the conversation.

ntstore's Avatar
Administrator Administrator
  • Posts: 1213
  • Thanks: 240

Re: Some Styling Issues

12 years 6 months ago
#1147
Hi Rene,

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

Please Log in or Create an account to join the conversation.

Time to create page: 0.247 seconds