Umberto Di Massa
asked 10 years ago

Hi,
I have installed the quick start of the DW Simplex template and I don’t want to use the social wall text for the homepage block but a fixed image . How I can do it?
At least I need only some fixed block such the homepage one but the others must scroll.
How to setup a page as “last articles” (not fixed page) but with some fixed boxes?
We will satisfied also if just the main block will be fixed, with a fixed image and the other scrolls as articles. How is this possible?
Thank you!
Umberto

2 Answers
Kido D
answered 10 years ago

Hi There,
We do not provide customization support, if that is what you are asking. If you have questions about re-creating any of our demos, we are more than happy to help with that.
You can customize the layout of the page but beyond that you would need to get into the code to make the modifications yourself.
Let us know if you need anything further!

Umberto Di Massa
replied 10 years ago

Basically I was asking on how to change the content of the main box in home from text to a fixed image.
I mean the box that in the demo reports "Hi, I'm John Doe.
A Designer from SF This is my Blog to share Stuff and Thinks."…
I would assign an image to that box leaving empty text space in social wall customization page (So no text appear)

Is it possible to assign an image to that box or this operation is a part of an hard customization?

Thanks!

Kido D
answered 10 years ago

Hi, to resolve this issue, you can add your image to the Heading 1 input box as the screenshot here:

Then, go to Dashboard > Appearances > Customize > Custom Code, and add the code below to Header Code section:

<style>
.block.head .block-inner {padding:0!important;}
.block.head .block-inner h1 {text-indent: 0;}
</style>

Hope this helps!

Powered by DW Question & Answer Pro