Tagged: 

Viewing 20 posts - 41 through 60 (of 93 total)
  • Author
    Posts
  • #9121
    Sakin
    Keymaster

    @impresnet: To edit footer powered by text. You need to upgrade to Catch Everest Pro theme where you will get “Footer Editor Options” in Theme Options panel.

    #9158
    impresnet
    Member

    Like I said before I do not have money to upgrade to the Pro version

    I do not want to remove the credits, I just want to modify.

    #9164
    Sakin
    Keymaster

    @impresnet: Sorry I cannot help at this case.

    #9246
    impresnet
    Member

    Ok.

    How I can change the color of the footer?

    Still have not solved the problem in IE8 (on WordPress.org), could you point me how to fix it, because I need that this template working well.

    Bye

    #9259
    Sakin
    Keymaster

    @impresnet: You can change the color through custom css. You can change the color code and add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #site-generator {
        background-color: #3a3d41;
        color: #999;
    }
    #9278
    impresnet
    Member

    Thank’s

    It possible change the text color of the footer?

    #9299
    Sakin
    Keymaster

    @impresnet: in the above css just change the color to change the text of the footer.

    #9317
    impresnet
    Member

    Thank you!!

    1.- It possible change the footer height?
    2.- It is possible in the credits (footer) leave everything on one line (it is ugly on two)

    #9324
    Sakin
    Keymaster

    @impresnet: You can adjust the footer height by adjusting footer padding. Just adjust the padding and add it in “Appearance => Theme Options => Custom CSS” box.

    #site-generator .site-info {
        padding: 4rem 0;
    }

    For footer credit, it on single line only. You cannot change footer credit in free version.

    #9337
    impresnet
    Member

    Thanks, but does not work in IE8 … will exist another way?

    #9342
    impresnet
    Member

    I forgot to ask …

    Sorry for the insistence, but have not solved the problem (maximum width) in IE8 (on WordPress.org), could tell me how to fix it? or bother much I can do you?

    #9345
    Sakin
    Keymaster

    @impresnet: Sorry I gave you the wrong css. Change it with the following

    #site-generator .site-info {
        padding: 40px 0;
    }
    #9375
    impresnet
    Member

    Thank you very much.

    Sorry for the insistence, but have not solved the problem (maximum width) in IE8 (on WordPress.org), could tell me how to fix it? or bother much I can do you?

    #9384
    Sakin
    Keymaster

    @impresnet: I don’t understand what you mean.

    #9393
    impresnet
    Member

    Sorry for my english.

    I refer to page width problem in IE8, it still is not fixed in updates WordPress.org.

    My question is: how to solve this problem? .. I can give you access to my page if you can do it your.

    #9407
    Sakin
    Keymaster

    @impresnet: Oh I got that. Wait the new version is not yet out.

    #9418
    impresnet
    Member

    When the new version will be ready?

    #9471
    Sakin
    Keymaster

    @impresnet: We have already push it for update. So, it will be out soon.

    #9493
    impresnet
    Member
    #9498
    Sakin
    Keymaster

    @impresnet: I just check in your image. Yes you can do that. Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #hgroup-wrap, #site-logo {
        padding: 0;
    }

    When you add in the above custom css. You need to remove your current custom css code as below:

    #hgroup-wrap {
        padding-bottom: 10px;
    }
    #site-logo {
        padding-top: 10px;
    }
Viewing 20 posts - 41 through 60 (of 93 total)
  • The topic ‘How to remove some things’ is closed to new replies.