How do I change the margin for the first Fancy Heading on my page?

edited March 2015 in BeBuilder

1. Go to athomeqc.com
2. There is a Fancy Heading in the top of the page - "Are you looking for a solution...?" 

I want to reduce the margin-bottom of this Fancy Heading.

I tried Custom CSS:
.page-id-93 .column.one.column_fancy_heading
{
margin-bottom: 10px !important;
}

This reduces the margin, but it does it for all the Fancy Headings on this page. I only want to target this specific element, not all. Any idea how I can tweak the CSS to target just this first fancy heading on the page and reduce its margin?

Comments

Sign In or Register to comment.