Storebuilder Posted January 20, 2019 at 07:13 PM Share Posted January 20, 2019 at 07:13 PM Hi Guys, I want to move the article title below the cover image and to the right of the logo image. I have this bit of CSS code to remove the background: .jrDetailHeader .jrHeaderInfo { background-color: transparent; } Where would I move the header in the theme file to? <h1 class="contentheading"> <span itemprop="<?php echo $snippetsTitle; ?>"><?php echo $this->action == 'detail' ? $Routes->content($listing['Listing']['title'],$listing) : $listing['Listing']['title'];?></span> </h1> When I try to move it, it disappears completely! Thanks Tony Link to comment
Alejandro Posted January 20, 2019 at 07:51 PM Share Posted January 20, 2019 at 07:51 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Storebuilder Posted January 22, 2019 at 09:23 AM Author Share Posted January 22, 2019 at 09:23 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.