javascript - Shopify + Parallax Theme, How to target schema elements on home page -


okay, i'm using shopify build website client. bought theme , want me use it, want still supply client website looks unique , not store same theme.

the main page allows customization side bar on left can pick elements , put them on page. home page html looks like:

<div class="index-sections">    {{ content_for_index }}  </div>

so there isn't anywhere me put custom html/css in between elements. honest, i'd love figure out how split sections haven't yet.

shopify uses schema pull whatever options choose lets headers, or menu font, , applies them across entire site. i've chosen white font "headline" class, means picture text on gets white font regardless of whether or not can see it.

in particular case, want change font color because majority of 1 of photos using white. found div id of specific block of code need style,

link image

i not sure how target headline class within specifically. tried :

.shopify-section-1503016104719 headline{    color: #fff !important;  }

here website link https://luckyleo-dancewear-alt.myshopify.com/

here's css element tag

.subtitle p {     pointer-events: none;     //color: black; } 

Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -