Hello,
i need to remove some lines from template (attached)
Where in CSS is that code ?
http://magdis.viro-its.hr
- Berti
-
- Commercial Templates
- Thursday, 05 December 2013
- Subscribe via email
Hello
Try adding the following to the Custom CSS field of your templates parameters..
Ciarán
Try adding the following to the Custom CSS field of your templates parameters..
#container_header, #container_slideshow, #container_slideshow_modules {
border-bottom: none !important;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Hello
Try adding the following to the Custom CSS field of your templates parameters..
#container_header, #container_slideshow, #container_slideshow_modules {
border-bottom: none !important;
}
Ciarán
thanks, it works
just one more thing
i need to remove animated menu also (attached)
- more than a month ago
- Commercial Templates
- # 2
Hi Berti
Try also adding the following to your Custom CSS field...
Ciarán
Try also adding the following to your Custom CSS field...
#hornav li > a:hover, #hornav li.active > a, a.mainMenuParentBtnFocused {
box-shadow: none;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Thank you Ciaran, this helped me a lot 
Can you help with one more thing:
I need to reduce the spacing between menu (attached line5.PNG)
and where can i control colour of footer text (attached line7.PNG) ?
Best regards
Berti

Can you help with one more thing:
I need to reduce the spacing between menu (attached line5.PNG)
and where can i control colour of footer text (attached line7.PNG) ?
Best regards
Berti
- more than a month ago
- Commercial Templates
- # 4
Hi Berti
For the menu item padding try adding the following to your Custom CSS where 6px is your new vertical padding...
Ciarán
For the menu item padding try adding the following to your Custom CSS where 6px is your new vertical padding...
.module ul a, .module_menu ul a {
padding: 6px 0 6px 22px;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 5
For the footer menu items use the following...
Ciarán
#footermenu ul li a {
color: #555555 !important;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 6
For the footer menu items use the following...
#footermenu ul li a {
color: #555555 !important;
}
Ciarán
This is 3rd template i bought from you.
I can say that such a level of service I have not yet experienced.
Good luck and I hope very much more business with you
Best regards
Berti
- more than a month ago
- Commercial Templates
- # 7
I have one more issue:
Component Contact didnt show:
http://www.viro-its.hr/magdis/index.php/hr/pisite-nam-info
I try other components, and it is the same
Component Contact didnt show:
http://www.viro-its.hr/magdis/index.php/hr/pisite-nam-info
I try other components, and it is the same
- more than a month ago
- Commercial Templates
- # 8
Hi
This does not appear to be a template issue as there is nothing been outputed by your contact extension for the template style. You component source area is completely empty which would indicate and issue either the component itself or how you are linking to it. Have you tried contacting the developers of the component?
Ciarán
This does not appear to be a template issue as there is nothing been outputed by your contact extension for the template style. You component source area is completely empty which would indicate and issue either the component itself or how you are linking to it. Have you tried contacting the developers of the component?
Ciarán
- more than a month ago
- Commercial Templates
- # 10
Yes, I found what i did wrong.
But stiil couldnt find how to put this in transparent.
SOLVED:
#container_main, #container_hornav_mobile, #container_top3_modules
{
background-color: #F5F5F5;
background-color: transparent !important;
}
http://www.magdis.hr/biobaza
But stiil couldnt find how to put this in transparent.
SOLVED:
#container_main, #container_hornav_mobile, #container_top3_modules
{
background-color: #F5F5F5;
background-color: transparent !important;
}
http://www.magdis.hr/biobaza
- more than a month ago
- Commercial Templates
- # 11
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »