Please tell me if the color backgrounds on the main site <HELLO / SERVICES / MY PORTFOLIO / etc. > can be replaced by photos like on our old website http://www.joannawos.com/en/aktualnosci.html ?
Best Regards,
maciomanus
ltheme
POSTED: 2015-03-28
Hello MACIOMANUS,
Yes, you can do it. Just open file 'template.css' and search for
Get an access to all 265 items designed and developed by LTheme team plus all the future items
which will be released over the course of your club subscription.
Price starting from $69.00
View History
So sorry for this inconvenience you got. We're working with our hosting provider and fix it asap.
We has been solved problem demo preview.
Thank you,
--
Kelvin
View History
Could You please tell me if the LT Profile supports multi language sites ?
Best Regards,
maciomanus
Yes, LT Profile supports multi language website, you just install Falang Joomla! extension and build the multi language websites easily http://extensions.joomla.org/extension/languages/multi-lingual-content/falang
View History
Please tell me if the color backgrounds on the main site <HELLO / SERVICES / MY PORTFOLIO / etc. > can be replaced by photos like on our old website http://www.joannawos.com/en/aktualnosci.html ?
Best Regards,
maciomanus
Yes, you can do it. Just open file 'template.css' and search for
1/ For "Hello" part
#sp-users-wrapper {
background: #34495e;
}
... replace to other color or background image you want http://www.w3schools.com/cssref/pr_background-image.asp
2/ For "Service" part
#sp-action-wrapper {
background: #479ccf;
}
3/ For "Portfolios" part, just add more CSS to define background
#sp-service-wrapper {
background: xyz; /* with 'xyz' is background color or image' */
}
4/ For "Statics"
#sp-position1-wrapper {
background: #479ccf;
}
Just replace it with other color or image like case (1).
Thank you,