• HI, love the theme!! great work!

    1.- would a paid version will come for this theme?
    2.- on a mobile any way to stop it from been able to slide to the left? (it shows the background on the right).
    3.- how do i get rid of the marijuana leaf?

    https://soultrees.com.au

    Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Re: removing the leaf

    Hi,

    You can remove the leaf (and add a bottom line) by adding this CSS:

    body.season-spring h1 {
        background-image: none;
        border-bottom: 1px solid;
        padding-bottom: 20px;
    }

    Explanation:

    background-image: none; – Removes leaf (together with the lines since the lines and the leaf form one image).

    border-bottom: 1px solid; – For adding the bottom line. You can control the thickness of the line by changing the 1px value.

    padding-bottom: 20px; – It’s the space between the header text and the line. You can increase/decrease it by changing the 20px value.

    It doesn’t seem that the theme has any option to insert the CSS code; thus let me know if you need help with that.

    TibbyWeb

    Thread Starter Brontobyte

    (@brontobyte)

    It work like a charm!! (style.css)
    cheers mate, much appreciated ??

    Glad it helped ??

    Theme Author divpusher

    (@divpusher)

    Hello and sorry for the late reply! I just noticed this topic since I don’t receive any notification about new ones.

    1) Not planning to do one. Why? What would you like to see in a paid version as a feature?
    2) I suppose it’s solved already? For the future here’s a little help about how to customize things to your needs easily: https://divpusher.com/tutorials/how-to-customize-your-wordpress-theme
    3) Is that a marijuana le… Ooops! ?? I didn’t even notice, honestly. That’s just a logo. You can upload a custom logo in Appearance – Customize menu.

    “TibbyWeb: It doesn’t seem that the theme has any option to insert the CSS code; “
    WordPress is planning to add this feature by default in the next version! https://wptavern.com/a-preview-of-the-custom-css-editor-added-to-the-customizer-in-wordpress-4-7

    Thank you @tibbyweb for the help by the way!

    Dini

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘leaf?’ is closed to new replies.