• Resolved Luci

    (@theurbansnipercom)


    Site – SupportStance.com

    The two issues I’m having with this theme are:
    1) The avatar on the left of the posts, I can’t remove. There is a setting in the theme options to turn it off on every page BUT the main page. Grr! I found in the template the code that asks for the avatar, and removed it. But it still pushes the content to the left. How can I remove it and widen the content to use the space?
    2) The 3 images under nav menu, I can’t find any option in the theme settings to disable these images (I think they are feature image thumbnails) nor can I find in the code what this section is called to try removing it.

    Otherwise this theme does everything I’m looking for!

Viewing 6 replies - 1 through 6 (of 6 total)
  • WPyogi

    (@wpyogi)

    You can deal with those in the CSS — try adding this:

    body.bubble div.post div.author-box, #blog-search div.post div.author-box {
        display: none;
    }
    
    body.bubble div.post div.post-content, #blog-search div.post div.post-content {
      margin-left: 0;
    }

    Thread Starter Luci

    (@theurbansnipercom)

    No change, I think most of this theme is built on functions rather than CSS.

    WPyogi

    (@wpyogi)

    Every theme uses CSS extensively though how it’s set up can vary — where did you enter that CSS code? I don’t see it on the site.

    If you are using the pro version, you might want to ask on the developers’ forums:

    https://themekraft.com/support/

    Thread Starter Luci

    (@theurbansnipercom)

    I’m not using the pro version though I will be switching too it once I see I can get everything set up how I invision it.

    I just put the CSS in the bottom the stylesheet, I removed it once I saw it had no effect.

    Full Circle

    (@jcircle_fcws)

    Css changes should go in the css tab under theme settings.
    This way they are the last to load.

    The avatar issue.
    Looks like you got this fixed up?

    Thread Starter Luci

    (@theurbansnipercom)

    I did resolve the avatar issue.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Custom Community theme tweakes’ is closed to new replies.