• Resolved JazzGirl27

    (@jazzgirl27)


    1) I was changing the color of the Content background and noticed that there is an area between the Social bar and the Content that still has the default color. Is there a way for this area to have the same background as the Content?
    2) Is it possible to change the quotation background?
    The website is: http://www.kazyansky.com

    Thank you!

Viewing 11 replies - 1 through 11 (of 11 total)
  • That area of the curve is an image which I didn’t think about when I built the theme. I’m actually working on a new version that has a curve done with CSS so that it would be easy to match. The only way at the moment would be to disable the curve or create a new one with the colour of your content.

    The blockquote is styled from line 354

    blockquote {
    width: 90%;
      padding: 10px 15px 10px 15px;
      margin: 0 auto 20px;
      border-left: 8px solid #cfcfcf;
      background-color: #f2f2f2;
    }

    To change it, it’s best to use a plugin that lets you edit CSS or use the child theme method (which this theme has a child theme in a folder “child-theme” that you can use.

    woodson1975

    (@woodson1975)

    I don’t see a “Social bar” (by social bar I’m guessing you mean links to Facebook, Twitter etc?) on this page – what do you mean?

    Re. changing the quotation background – in the style.css file, look for a commented out section called “blockquotes group” – under the first blockquote section of css, you can change the background-color of the quotation area and remove/change the colour of the border-left to match other changes

    woodson1975

    (@woodson1975)

    @ Theme Author – oops sorry, didn’t see that you had posted a (superior!) response in the mean time

    Thread Starter JazzGirl27

    (@jazzgirl27)

    Thank you!

    The only way at the moment would be to disable the curve or create a new one with the colour of your content.

    How can I create a new curve?

    You would have to use a graphics/illustration type program…or if you know someone who has one…or hire someone to make one…or, you can wait until I release a totally new celestial theme (about 1.5 months away.

    Thread Starter JazzGirl27

    (@jazzgirl27)

    Thanks! And how can I disable the curve?

    Go to Appearance >> Customize >> Basic Settings >> Hide Curve

    Thread Starter JazzGirl27

    (@jazzgirl27)

    Sorry, I don’t see it under the Basic Settings. Please see the image.

    Thread Starter JazzGirl27

    (@jazzgirl27)

    Thread Starter JazzGirl27

    (@jazzgirl27)

    Already resolved. It was under Appearance >> Customize >> Header Image >> Hide Front Page Showcase Curve

    Well that is embarrassing for me as the theme developer, lol. I thought I had it in the other tab, but glad to see you found it. Cheers!

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Content background color change & quotation background’ is closed to new replies.