A few minor issues.....

…that are delaying my site being able to launch live.

  1. How can I increase the size of my logo in the upper left corner? I did ask this before, and if there was a reply I am unable to locate it.

  2. If you look at the buttons on the jumbotron, no matter what I do in Customizer, it does not allow me to darken the left button background, which is getting very annoying,

I am impressed with this theme, and would like to purchase several others moving forward, but it seems there are some minor glitches that need to be worked out.

www.jjwardevents.net/jjwardevents

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the logo size and button color by going to Appearance > Customize > Additional CSS and pasting it there.

/*Change logo size*/
.col-sm-4.col-xs-8 img {
    height: 200px;
}

/*Background color for the left button*/
#header.header-front-page .bottom-header .header-button-one {
    background: #a530ba;
}

Best Regards,
Support