• rokerij

    (@rokerij)


    I like the minimalist 1 theme but I’d prefer not to hid the preview of the post text when I post something. If you want to see what I mean, then check this out:

    https://www.rayhannosh.com/

    Also, a minor thing, but I’d like to make the default theme black instead of white.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter rokerij

    (@rokerij)

    anyone?

    Please.

    Thread Starter rokerij

    (@rokerij)

    daily bump

    Thread Starter rokerij

    (@rokerij)

    yo

    plz

    this forum is pointless

    jrav001

    (@jrav001)

    In your template, you have:
    <div class=”content” style=”border-top: medium none; border-bottom: medium none; overflow: hidden; padding-top: 0px; padding-bottom: 0px; visibility: hidden; opacity: 1; height: 350px;”>

    Change: visibility: hidden;
    to: visibility: visible;

    To make the background black, in the file: white.css
    change: background-color:#FFFFFF;
    to: background-color:#000000;

    Also, in the same file:
    #maincol p {
    color:#333333;
    }
    You’ll want to change the #333333 to something lighter so you can see it better…maybe #999999

    Perhaps, since there is a file called “white.css” there is also one called “black.css” that you could use?

    Did you ever figure out the un-hiding? I tried to follow jrav’s instructions but I can’t find the code jrav refers to above. What file can i make the change in?

    I did it!

    Just hid the following code in the scripts.js:

    window.addEvent(‘domready’, function() {
    var myAccordion = new Accordion($(‘maincol’), ‘h2.contentheader’, ‘div.content’, {
    opacity:true,
    display: -1,
    duration: 300,
    alwaysHide: true,

    onActive: function(contentheader, content){
    contentheader.setStyle(‘font-weight’, ‘bold’);
    },
    onBackground: function(contentheader, content){
    contentheader.setStyle(‘font-weight’, ‘bold’);
    }
    });
    });

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘I need help with “un-hiding” my post text with Minimalist 1’ is closed to new replies.