Create a section to add blogs

Create a section to add blogs

Harinjoshi
New Member
4 0 0

I want to show external media coverage on my website, something similar to a image sharedblogs.PNG

 

 

Reply 1 (1)

PageFly-Noah
Shopify Partner
1317 233 281

This is Noah from PageFly - Shopify Page Builder App

Hi @Harinjoshi  You need check again this option in your theme. Or you need add code show this info , in file theme.liquid and above tab </body>:

 

<style>
//change class this element
.class_this_element {
  position: relative;
}
//change class this element
.class_this_element::before {
  content: "Thix text";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #333;
}

</style>

 

Thank you.

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.