• Resolved cbbeck

    (@cbbeck)


    I have tried every entry I have googled, to try to
    make transparent background, so text is floating on image.

    I have patched 18 places directly in CSS, “background: transparent;”

    -and it just does not work! (Dont suggest child CSS, it should work
    in the original too).

    There are so many people asking this question, and no fixes work.
    It is impossible to understand why wordpress can not fix this!

    In Twenty Fifteen it is also hard to see if any change in CSS
    is reflected in the site..

    PLEASE!!!

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

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I think you’ll need to link your site, it is unusual for CSS not to work in your Child Theme style.css file.

    Thread Starter cbbeck

    (@cbbeck)

    Thank you so much for the quick reply!

    I am trying to patch the css directly.
    Will it work better with a child css?

    Will it work with the 99 USD upgrade?

    Will make the child now and open the site.. give me 15 minutes..
    Thank you, Andrew

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Hang on, are you using WordPress.com?

    Thread Starter cbbeck

    (@cbbeck)

    no.. org…

    Thread Starter cbbeck

    (@cbbeck)

    Thread Starter cbbeck

    (@cbbeck)

    ah,. see why you asked.. when googling help I found .com which has a 99 dollar plan promising to make the css easier to edit-..

    Thread Starter cbbeck

    (@cbbeck)

    Child theme ready!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Yes the .com side of WordPress is entirely different to the software distributed on WordPress.org.
    Are you sure that’s the right URL? I get redirected when I go to it.

    Thread Starter cbbeck

    (@cbbeck)

    http://www.3dsolex.com

    I want to have transparent background for text, so image is
    looking through.
    I have tried to manipulate the CSS but nothing…

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin

    Then use its “CSS Code” section of the dashboard to hold your CSS modifications:

    Alternatively use your Child Theme style.css file to hold your CSS modifications:

    body .hentry,
    body footer.entry-footer {
        background: none;
    }

    Thread Starter cbbeck

    (@cbbeck)

    Now!

    (lets clean up the thread when we are finished, yes?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It is your choice to edit your post within 30 – 60 minutes of you creating it, it is fine if you choose to delete the content in your posts. We just encourage you don’t.

    Thread Starter cbbeck

    (@cbbeck)

    i put it in dir twentyfifteen-child, in file style.css
    like this close to the top: and there is no change

    * 15.7 – Desktop X-Large
    */

    /**
    * 1.0 – Reset
    *
    * Resetting and rebuilding styles have been helped along thanks to the fine work of
    * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
    * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
    * and Blueprint http://www.blueprintcss.org/
    */

    body .hentry,
    body footer.entry-footer {
    background: none;
    }

    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Put it right at the bottom, does that make a difference?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    By the way I closed your website (you’ll need to link it again).

Viewing 15 replies - 1 through 15 (of 35 total)

The topic ‘Transparent background in post content’ is closed to new replies.