This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

11
  1. HunterGatherer 10 years, 5 months ago

    Looks like it was Easy Google Fonts plugin conflict. Got customizer now. Thanks.

  2. Andrew Misplon Staff 10 years, 5 months ago

    Hi HunterGatherer

    Glad to hear you’ve made progress on this. I was just working with this plugin earlier today. It does work with Vantage so I suspect this might be a three way issue. If you’d like to test this theory out you could try testing with just SiteOrigin plugins and Easy Google Fonts activated and see if that works.

    Vantage is more specific with its CSS than Easy Google Fonts, this causes issues with changing font size etc for h1-h6. Let me know if you get to the point where you need a hand with that.

    Another option is:

    Page: SiteOrigin CSS Editor

    Lots of power once you get going.

  3. HunterGatherer 10 years, 5 months ago

    Thanks Andrew. Since I’m only marginally capable using CSS, I thought Easy Google Fonts would work much easier. I did get Vantage Premium and EGF to work together. But, I was expecting more direct control of fonts size with just VP.

    I disabled EGF, and using the Customizer, tried to adjust font sizes within Site Origin Circle Icon widget and could not. I also did not see adjustments for the various headline sizes. Do these all have to be done with CSS?

    I have another question re: Masthead sizing, and spacing between various Pagebuilder elements, but I guess I’ll have to track those down separately.

    HG/mws

  4. Andrew Misplon Staff 10 years, 5 months ago

    Given the above let’s do away with EFG and just roll with CSS. I can resolve these challenges easily.

    /* Circle Icon Heading */
    .widget_circleicon-widget .circle-icon-box h4 {
    	font-size: 14px !important;
    }
    /* Circle Icon Text */
    .widget_circleicon-widget .circle-icon-box p.text {
    	font-size: 14px !important;
    }
    /* Circle Icon More Link */
    .widget_circleicon-widget .circle-icon-box a.more-button {
    	font-size: 14px !important;
    }
  5. Andrew Misplon Staff 10 years, 5 months ago
    /* Heading Styles */
    .entry-content h1 {
    	font-size: 24px;
    }
    .entry-content h2 {
    	font-size: 18px;
    }
    .entry-content h3 {
    	font-size: 16px;
    }
    .entry-content h4 {
    	font-size: 15px;
    }
    .entry-content h5 {
    	font-size: 14px;
    }
    .entry-content h6 {
    	font-size: 13px;
    }
  6. Andrew Misplon Staff 10 years, 5 months ago

    I can work your other questions tomorrow. Let me know. As always a link to view the problem and specifics help us get the problem sorted quickly.

    Let me know how the above Custom CSS goes :)

  7. Andrew Misplon Staff 10 years, 5 months ago

    (SiteOrigin CSS has a point and click Visual Editor, the idea with that plugin is that you wouldn’t need to know CSS).

  8. HunterGatherer 10 years, 5 months ago

    Thanks for getting on this Andrew. Great service. I’ll be working on it tomorrow, and let you know how it went. Thanks again,

    HG/mws

  9. Andrew Misplon Staff 10 years, 5 months ago

    For sure :) Chat then. Cheers.

  10. HunterGatherer 10 years, 5 months ago

    I have a couple of other threads. Mostly about positioning rows; spacing between masthead, menu and top row; some width ones coming.

    Thanks for the attention…

    \\HG/mws

  11. Andrew Misplon Staff 10 years, 5 months ago

    For sure. I see this one:

    Thread: Menu to top row space

    Any others?

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread