Editing featured blog section to go to external link

Editing featured blog section to go to external link

CravingCrust
Visitor
2 0 2

Hi,

I have added a featured blog slider to my homepage, and I have tried to add a link in the "excerpt" but it the html does not get rendered on the finished page.

 

Ideally I want to show:

[IMAGE] - works fine

[TITLE] - works fine

[DATE OF EVENT] - I could use the "visibility date" for this and just remove it's hidden functionality in the code i guess?

[ORDER NOW BUTTON] - this should go to the link I added into "excerpt"

 

I think the problem is, the ENTIRE "tile" is a link to the blog post, and I can't find how to remove this in the code.

 

https://cravingcrust.myshopify.com/

 

Also, on the actual "blog" page, which is my locations page, how can I change it to have more than 2 columns?

 

https://cravingcrust.myshopify.com/blogs/locations

 

Any help would be appreciated!

 

Thank you

Replies 2 (2)

BSS-TekLabs
Shopify Partner
1902 546 634

- Here is the solution for you @CravingCrust 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

@media screen and (min-width: 750px) {
    .blog-articles {
        grid-template-columns: 1fr 1fr 1fr !important;
    }
}

- Here is the result you will achieve:

BSSTekLabs_0-1723048146877.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

CravingCrust
Visitor
2 0 2

Great, that has fixed the second problem - any idea on the first?

 

Thank you!