• Resolved byersnet

    (@byersnet)


    After spending over a year trying to make a Templatemonster template work like I want it to, not how the designer wanted it, I gave up and installed bog standard Twenty17, found your Bold Page Builder and the Carpenters demo.
    Haven’t looked back.
    After one week I’m further ahead than I ever have been.
    Thank you.
    Now, so that I can keep this pace up, can you recommend a Gallery or Portfolio plugin that works and plays well with your editor please?
    The ones I’ve tried so far all take me back to the standard WP post page.
    I’d like to keep using Bold Builder on a standard new page.
    I’m portfolioing work done for clients, so a simple Gallery page (including categories) with a small photo and short description with link to new page for details.
    On that page I’d like a Shadow box gallery of more photos being triggered by a single pic and the ability to go into more detail with text. Using Bold Builder of course.
    On re-reading all that, I guess I am kind of fussy, aren’t i?

    Also, just to save me some time, I’d like to increase the font size on the header title. Is there a way of doing that without going to the stylesheet?
    If editing the CSS is needed, what am I looking for there?

    Regards
    Jim

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author boldthemes

    (@boldthemes)

    Hi @byersnet,

    Thanks for using Bold Page Builder!

    Regarding Portfolio, feel free to use Portfolio Gallery – Photo Gallery plugin.
    Currently, we do not have any other recommendation.

    When it comes to the custom shortcodes, please use Text element and paste the code in the required field.

    Headline titles can be increased editing headlines.css file in \wp-content\plugins\bold-page-builder\css\front_end folder on your server. Another way is to use the following custom CSS code which will override the current code:

    .bt_bb_headline.bt_bb_size_extrasmall h1 { font-size: 1rem; }
    .bt_bb_headline.bt_bb_size_small h1 { font-size: 1.5rem; }
    .bt_bb_headline.bt_bb_size_medium h1 { font-size: 2rem; }
    .bt_bb_headline.bt_bb_size_normal h1 { font-size: 2.5rem; }
    .bt_bb_headline.bt_bb_size_large h1 { font-size: 3rem; }
    .bt_bb_headline.bt_bb_size_extralarge h1 { font-size: 3.5rem; }
    .bt_bb_headline.bt_bb_size_huge h1 { font-size: 5rem; }

    Please edit h1/h6 and the font sizes according to your needs and paste the statements in Custom CSS field in the Customization panel.

    Thread Starter byersnet

    (@byersnet)

    Thank you.
    Excellent!

    It’s now installed so I’m off to read the manual.

    Thank you again

    Jim

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Suggested Gallery?’ is closed to new replies.