Tagged: front page, full frame, header, promotion
- This topic has 5 replies, 2 voices, and was last updated 4 years, 3 months ago by Skandha.
-
AuthorPosts
-
May 5, 2020 at 10:59 pm #245599earnest_mParticipant
Hi, I would like to create a jumbotron/hero on my homepage. I am wondering if it would be possible to move the promotion message and button below the header image up so that it lays over the header image.
May 6, 2020 at 2:58 am #245634SkandhaParticipant@earnest_m: Hello there,
It is not possible to have a jumbotron in the homepage with the available theme options.
To move the promotion message and button below the header image you will need to create a child theme and do some customization. Let me know if you are familiar with child theme customization otherwise I suggest you to hire a customizer.Kind Regards,
SkandhaMay 6, 2020 at 5:05 am #245650earnest_mParticipantHi Skandha,
Thanks for your message. Yes, I have created a child theme. It includes a style.css and header.php file.
If you know of a way to move the promotion message up so that it sits over the top of the header image then I would be most grateful if you could explain how to do that. Many thanks in advance.May 6, 2020 at 5:11 am #245651SkandhaParticipant@earnest_m: Hello there,
Can you please post in your site URL so that it would be easier for me to provide you the necessary code?Kind Regards,
SkandhaMay 6, 2020 at 8:11 am #245652earnest_mParticipantI am working from a local deveopment environment.
Here is a screenshot of my page – https://i.imgur.com/rwu0nwd.jpgI will eventually edit the front page of this website, removing the slider to make the header image: https://cmpf.eui.eu/
May 27, 2020 at 12:16 am #248042SkandhaParticipant@earnest_m: Hello there,
Sorry for the late reply.Go to => Child Theme Folder => functions.php and add the following Code.
function add_remove_action() { remove_action( 'fullframe_before_content', 'fullframe_promotion_headline', 50 ); add_action( 'fullframe_before_content', 'fullframe_promotion_headline', 15 ); } add_action( 'after_setup_theme', 'add_remove_action' );
Let me know if this works out!
Kind Regards,
Skandha -
AuthorPosts
- The topic ‘Promotion message over Header image’ is closed to new replies.