• Resolved mbg917

    (@mbg917)


    Hi there – Really enjoying Spun theme a lot, and finding my way through customizing with a child theme, despite my minimal CSS knowledge. I stumbled into Internet Explorer for some reason, and realized the buttons were square instead of circles….and actually REALLY liked it.

    Any way to make buttons square for all browsers? Thank you very much!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Add this to your Child Theme:

    .hentry.no-thumbnail { border-radius: 0; }

    Thread Starter mbg917

    (@mbg917)

    So that definitely worked, thank you Andrew. However anything I try to change in my Child theme ONLY under the /*Homepage*/ section, doesn’t want to overwrite. So I make notes there, and change the Parent lines, and it works there. Not sure why that is (100% because I don’t know what I’m doing), but I’ve got a work around and site looks great.

    Thanks again Andrew, you have been extremely helpful on this support forum multiple times for me!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you provide a link to your site with the Child Theme still active?

    Thread Starter mbg917

    (@mbg917)

    Absolutely: http://www.athletesfinancial.com/

    I’m still trying to incorporate your coding for using title text instead of picture in post for the box in upper right. Otherwise, I’m excited with how it’s coming together. Thanks again.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    In your Child Theme style.css file remove that “G” on its own.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Close off this style:

    #masthead {
    	opacity: 1;

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Change this:

    -moz-opacity: .8;  ---------------------------*/

    To this:

    -moz-opacity: .8; /* ---------------------------*/

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Then try the CSS I recommended, put it right at the bottom.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Buttons – Square’ is closed to new replies.