After changing, you must open in "new anonymous window" due to the browser cache!
in the file fp-interface\themes\leggero\leggero-v2\res\common.css
line 169 replace: background: rgba(184,60,50,0.7);
a) background: rgba(184,60,50,0.7);
b) no background
c) background-image:url(../imgs/back.jpg);
d) background-image:url(../imgs/header1300.jpg);
Change header color/picture (Flatpress 1.3.1)
-
- Posts: 63
- Joined: Wed Feb 20, 2019 7:44 pm
- Location: Rouchovany
- Contact:
Change header color/picture (Flatpress 1.3.1)
- Attachments
-
- header1300.zip
- (117.89 KiB) Downloaded 62 times
-
- Posts: 63
- Joined: Wed Feb 20, 2019 7:44 pm
- Location: Rouchovany
- Contact:
Re: Change header color/picture (Flatpress 1.3.1)
You can also hide the title by setting: font-size: 0% in common.css
Code: Select all
#head a { font-size: 0%; color: white; text-decoration: none }
Re: Change header color/picture (Flatpress 1.3.1)
Hello,
Can I use a gradient background instead of a solid color or image? If yes, what would the CSS code look like?
Regards,
Montore.
Can I use a gradient background instead of a solid color or image? If yes, what would the CSS code look like?
Regards,
Montore.
-
- Posts: 63
- Joined: Wed Feb 20, 2019 7:44 pm
- Location: Rouchovany
- Contact:
Re: Change header color/picture (Flatpress 1.3.1)
in the file fp-interface\themes\leggero\leggero-v2\res\common.css
line 169 replace: background: rgba(184,60,50,0.7);
background-image: linear-gradient(red, yellow);
background-image: linear-gradient(to right, red , yellow);
background-image: linear-gradient(to right, rgba(255,0,0,1), rgba(255,0,0,0));
line 169 replace: background: rgba(184,60,50,0.7);
background-image: linear-gradient(red, yellow);
background-image: linear-gradient(to right, red , yellow);
background-image: linear-gradient(to right, rgba(255,0,0,1), rgba(255,0,0,0));
Who is online
Users browsing this forum: No registered users and 0 guests