• Resolved zero9cool

    (@zero9cool)


    First of all thank you ANTON for creating this wonderful theme ..

    1) how can i change the post title background ?
    2)how can i change the comments font and size ?
    3)how can i change the background of the side bar widgets like archives, pages?
    4)how can i add a background image to the navigation bar?
    5) how can i remove the lines appearing on the navigation bar ?

    I would be more than pleased if you answer these questions of mine in an easy and clear way thank you ANTON

    Thank you once again ….

Viewing 15 replies - 1 through 15 (of 15 total)
  • What theme are you referring to?

    Thread Starter zero9cool

    (@zero9cool)

    i am referring to constructor’s default theme , please help me out guys anton where are you ?

    I’m here…

    1. For change post title background use next CSS rules:

    /*example from naruto subtheme, upload image to subtheme folder*/
    .title {
        background:url(title.png) 0 0 no-repeat;
        border:0 !important;
    }

    2. CSS again:

    .commentlist {
        font-size:1.4em;
        font-family: Geneva, Arial, Helvetica, sans-serif;
    }

    3. Every widget has personal CSS class:

    .sidebar .pagenav {
        background:url(pages.png) 0 0 no-repeat;
    }
    .sidebar .categories {
        background:url(pages.png) 0 0 no-repeat;
    }

    4. Navigation bar? It’s navigation like “Prev/Next Entry”?

    /*example from orange subtheme*/
    .navigation .alignleft a,
    .navigation .alignright a{
        text-indent:-9999%;
        display:block;
        width:64px;
        height:40px;
        margin:0 20px
    }
    .navigation .alignleft a{background: url(prev.png) 0 0 no-repeat}
    .navigation .alignright a{background: url(next.png) 0 0 no-repeat}
    .navigation .alignleft a:hover,
    .navigation .alignright a:hover {background-position: 100% 100%}

    i think we should know what kind of template do you have? then… i think anton answer is good idea…

    Thread Starter zero9cool

    (@zero9cool)

    Thanks anton ,
    @black liu i am using default contructor theme ..

    @anton i am talking about the navigation bar on the top of the page with the search and about us link

    again thanks anton i Love you πŸ˜›

    Hi there…
    Beautiful theme. Still there is a little thing
    I think it breaks the validation on XHTML 1.0 Transitional
    this is what I get:
    Line 111, Column 23: there is no attribute “role”
    <form role=”search” method=”get” id=”searchform” action=”http://xyz…
    Anton. can you please see to it?
    Thank you in advance
    marikamitsos

    Thread Starter zero9cool

    (@zero9cool)

    Anton i was talking about the top Menu, how do you change the background of the Top menu ?
    where is the file to edit its CSS ?
    i am thinking of editing is div

    You can see example in nix-gray subtheme (http://code.google.com/p/wp-constructor/downloads/list):

    #menu li a, #menu li span{
        height:30px;
        line-height:30px;
        font-size:1.2em;
        background: url(images/menu.jpg) no-repeat right 1px;
    }

    Hi Anton,
    Did you see this thing with the validation code I mentioned above?
    thanx again

    Hello,
    first off, i want to thank you for this amazing theme, its a life saver πŸ™‚

    im having a problem with my post links, id like them to have a different color than the normal text but i dunno where exactly to put the, also if its possibel id like to be able to change the color of the “read more” link, so that its easier to find visually for the readers.
    please take a look at my site if you please.
    thank you

    http://www.welurk.com
    Admin – Mephisto

    Thread Starter zero9cool

    (@zero9cool)

    Hi, Anton

    i wanted to ask this question long time back i tried find the css for my self but couldnt, please tell me how can i change the:

    Refer to link – Click here first

    1-color of the comment link
    2-resize it
    3-remove it from the theme

    Thread Starter zero9cool

    (@zero9cool)

    And oh i forgot how to remove comment closed πŸ™‚

    Thank you again πŸ™‚

    @marikamitsos: fixed in new version (not approved yet)
    @mephistopheles03: CSS rules:

    /*all links*/
    .entry a {
        color:red !important
    }
    /*more link*/
    .more-link {
        color:red !important
    }

    @zero9cool: CSS rules:

    .hentry .footer .links a{
        color:red !important;
        font-size:1.2em;
    }

    You can hide it with CSS or build your own layout with out this is text (see list layout in constructor/layout)

    Closed:

    .nocomments{
    display:none
    }

    wow, its easier than i thought, thanks Anton πŸ™‚

    Anton you seem very knowledgable! Would you be able to take a look at my post. Thanks in advance http://wordpress.org/support/topic/421952?replies=1#post-1592108

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘A Few New Questions !!!!’ is closed to new replies.