How to replicate demo for Luxury Theme
-
Hi folks!
Maybe someone here can help me :) I’m trying to add text to the header with a button similar to that of the Demo.
Here’s my site: http://www.imthehbic.com
Here’s the setup link which shows their header with text and a button: https://wordpress.com/theme/luxury/setup
I am a novice to coding and quite confident I won’t be able to add a button with CSS as I *think* CSS is simply for styling? But PLEASE let me know if I’m wrong.
Thank you!
The blog I need help with is: (visible only to logged in users)
-
Looks like you’ve already got it! To add a button, edit the HTML to add the button class to your links:
Or, just use the buttons block.
Let us know if you need more help!
-
Thanks!
It still has this odd space between the header area and the text from the homepage. Is there CSS that can fix it?
-
Hello there,
Happy to help you with this.
Just to double check what’s required CSS wise, are you referring to the space seen here: https://d.pr/i/whUDdB /
Many thanks in advance.
-
-
Hello!
Awesome, thank you for that confirmation, the CSS you would need is:
/* Remove padding between header and content */ .homepage .page-content { padding: 0px 0; } .content { padding: 0px 4%; }This can be added via Design > Customize > Additional CSS
I hope this helps!
-
SOOOO close. I still have a little bit of room between the header and the beginning of my “Homepage.” Help?
-
-
-
- The topic ‘How to replicate demo for Luxury Theme’ is closed to new replies.