I use the royal style and would like to change the color gradient on the top under the menu and on the bottom above the footer. Where can I change this? Which file and line? There is also an issue with Chrome V43. Between the menu and the color gradient is a bigger distance as in Safari or Opera. How can I change this? Please check the website here: http://vef.uk.tempcloudsite.com/
Thank you very much!
Kind regards,
Nikolay Petkov
petkov78
POSTED: 2015-07-22
Hello,
I did it, don't need your help for this problem anymore. But I need help with the slider. How can I add more pictures? I added about 10 pictures in the folder (slide1.jpg, slide2.jpg etc.), but there are only the first three... How can I make it to show all ten pictures?
Thank you for your help!
AS Templates
POSTED: 2015-07-22
Hello PETKOV78,
Please see the following page, it should help you:
http://www.astemplates.com/joomla-extension-documentation/165-as-artslider
Regards, AS Team.
petkov78
POSTED: 2015-09-03
Hello,
How can I remove the shadow under the slide show and also is it possible to make the distance between the title and the content in the main article on the start page lower? How can I also remove the line between the articles on the main page? Here is my website:
http://new.vienna-economic-forum.com
Thank you very much for your help!
Kind regards,
Nikolay
AS Templates
POSTED: 2015-09-03
Hello PETKOV78,
edit following code in tmpl.default.css file
1.
#slider-row .moduletable-wrapper (line 2036)
{
background-image: none;
...
}
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
I use the royal style and would like to change the color gradient on the top under the menu and on the bottom above the footer. Where can I change this? Which file and line? There is also an issue with Chrome V43. Between the menu and the color gradient is a bigger distance as in Safari or Opera. How can I change this? Please check the website here: http://vef.uk.tempcloudsite.com/
Thank you very much!
Kind regards,
Nikolay Petkov
I did it, don't need your help for this problem anymore. But I need help with the slider. How can I add more pictures? I added about 10 pictures in the folder (slide1.jpg, slide2.jpg etc.), but there are only the first three... How can I make it to show all ten pictures?
Thank you for your help!
Please see the following page, it should help you:
http://www.astemplates.com/joomla-extension-documentation/165-as-artslider
Regards, AS Team.
How can I remove the shadow under the slide show and also is it possible to make the distance between the title and the content in the main article on the start page lower? How can I also remove the line between the articles on the main page? Here is my website:
http://new.vienna-economic-forum.com
Thank you very much for your help!
Kind regards,
Nikolay
edit following code in tmpl.default.css file
1.
#slider-row .moduletable-wrapper (line 2036)
{
background-image: none;
...
}
2.
#content-row .container .container-border (line 2400)
{
border: none!important;
...
}
add following code in custom.css file
3.
.ot_logo_scroller
{
padding: 0;
margin: 0;
}
Regards, AS Team.