- Posts: 78
- Thank you received: 0
Add additional text module on homepage
-
Giorjoom
Active member - Topic Author
- Member
Less
More
8 years 6 months ago #46637
by Giorjoom
Add additional text module on homepage was created by Giorjoom
I would like to add some text articles on homepage above and under the picture gallery ("some of my projects" in the Demo). I tried to make a copy of a module (Nature is My First Inspiration" in the demo) but I can't get rid of -"-"- commas. Copy of "Hi there", "Follow me" and "I am available.." also produce ugly results as they are 1/3 vertical contents. I would just need to add a customizable horizontal editing module after the gallery.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
8 years 6 months ago #46638
by milos
Replied by milos on topic Add additional text module on homepage
Hello,
To remove commas, edit layout.css file and remove this:
and this:
Then, change remove background line from this:
and remove this:
Below the main articles, there are 3 modules: footer1, footer2 and footer3. If you need only one module there, you should unpublish footer2 and footer3 and use only footer1.
Regards,
Milos
To remove commas, edit layout.css file and remove this:
Code:
.quote_module div div {
background: url(../images/quote_right.png) no-repeat 90% bottom;
}
and this:
Code:
.quote_module div div {
background: url(../images/quote_right.png) no-repeat 80% bottom;
}
Then, change remove background line from this:
Code:
.quote_module div {
background: url(../images/quote_left.png) no-repeat 10% top;
padding: 0;
}
and remove this:
Code:
.quote_module div {
background: url(../images/quote_left.png) no-repeat 20% 50px;
}
Below the main articles, there are 3 modules: footer1, footer2 and footer3. If you need only one module there, you should unpublish footer2 and footer3 and use only footer1.
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.211 seconds