Solved

Brooklyn Theme - Featured Product Section on Home Page Edits

AndrewBrian
Excursionist
21 3 8

Hello everyone,

Long time no talk, but I am back, building my second site! The first is .... successful? 😛

I need to figure out how to change this text and text background for the "Featured Product" section you can add in the theme editor.

Have a look - It is extremely obnoxious and breaks the page up way too much. It needs to be smaller. Please let me know if anyone knows where in the theme scripts to edit this specifically ! Thank you!

 

Andrew

Untitledaa.png

Accepted Solution (1)

AndrewBrian
Excursionist
21 3 8

This is an accepted solution.

In Featured.product - not featured.productS

<div class="flex__item medium-up--three-fifths featured-product__text">
<div class="emphasized-title-wrapper">
<a href="{{ product.url }}">
<center> <font size= 15px> {{ product_title }} </font> </center>
</a>
</div>

 

This is the line you are looking for, I added the Blue text and also moved the title above the entire container, and then centered it.

View solution in original post

Reply 1 (1)

AndrewBrian
Excursionist
21 3 8

This is an accepted solution.

In Featured.product - not featured.productS

<div class="flex__item medium-up--three-fifths featured-product__text">
<div class="emphasized-title-wrapper">
<a href="{{ product.url }}">
<center> <font size= 15px> {{ product_title }} </font> </center>
</a>
</div>

 

This is the line you are looking for, I added the Blue text and also moved the title above the entire container, and then centered it.