Skip to content

Updating a Joomla 3.10.11 website to Astroid/Template 2.6.0+ with Child template ability #241

Answered by sonvnn
Chacapamac asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Chacapamac

Website is fine, but curiously some local background images set in my “custom.scss” are not showing because they are now call from the “media” folder?

Yes, you have to update background-image url because css was change from templates to media. You should prepend ../../ to url to make sure it works.
Solution change background: url(../../../images/x-construction/logos-site/vertical-background-takuma-typo-81-572.png); to background: url(../../../../../images/x-construction/logos-site/vertical-background-takuma-typo-81-572.png);

The folder “scss” containing also my optional “custom.scss” are not move/copy to folder “media” but now compiled in the “media > css” folder. This w…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by sonvnn
Comment options

Chacapamac
Nov 10, 2022
Collaborator Author

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants