custom H3 override in one place?

is it possible to specify a custom H3 property (e.g.: margin-bottom:-15px) so that i can use it in just one section? (not on the rest of that page or site).

would this go in Appearance -> BeTheme Options -> Custom CSS?
i can't figure out how Custom CSS Item Classes Names is supposed to be used in Page Options, but it seems like this is related.

Comments

  • This should be possible with custom css section. If you will send us url to page where you got this H3 which should be moved, we can check if it's possible.
  • great! i've gone with a lesser solution for now, but it was inside a Visual Editor or Column item in Muffin Builder where i'd rather have a heading, subhead, and body (spaced better).

    in general, what would i add to the Custom CSS field, and how do i call that in Muffin Builder? do i just add classes to Custom CSS like this?
    .H3Override
    {
    margin-bottom:-10px !important;
    }
  • Your css looks fine so if each H3 got this class, then your css should work.
Sign In or Register to comment.