Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #16962
    kat22
    Member

    Hi,

    http://www.katrien123.nl

    The search box looks good regarding colors, but when you type in something it is in black, so you cannot see what you type. How can that also be in white?

    And the search result page is different in set up then my other pages (it has a right side bar, which my other pages don’t have). How can I adjust that?

    Thanks again for your help!

    #16968
    Sakin
    Keymaster

    @kat22: You can change the color of the search box text by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header-right #s {
        color: #fff;
    }

    The search page layout is controlled through “Appearance => Theme Options => Layout Options”. There you have to select Sidebar Layout Options.

    #16999
    kat22
    Member

    Thanks! The layout I have changed. But unfortunately I could not change the color of the search text. When I type in something in the searchbox, I still cannot see what I have typed. Hopefully you can help again!

    #17015
    Sakin
    Keymaster

    @kat22: I told you to add the CSS listed above. But I cannot see the css in “Custom CSS” box. Please check my previous message.

    #17039
    kat22
    Member

    I took it out because it didn’t work, so I can keep the overview of everything in CSS. But I put it back in again. Could you have a look again please? Thank you so much!

    #17040
    Sakin
    Keymaster

    @kat22: I see there is issues in your Custom CSS. So, can you paste all your CSS in “Appearance => Theme Options => Custom CSS” in https://gist.github.com/ and send me the link. Then I will be able to find our the wrong CSS which is blocking our css.

    #17041
    kat22
    Member

    Thanks for your quick response! Hereby the link:
    https://gist.github.com/anonymous/7390550

    #17042
    Sakin
    Keymaster

    Ok I see lot of extra brackets }. So, your fixed custom css is here https://gist.github.com/anonymous/7390641/raw/94c5d8f31c8c14dfa0e34325287b4bc276f2a6b9/gistfile1.css

    #17043
    kat22
    Member

    Thank you, it worked! Only thing is that the logo is moved to the right. It was on the left of the title.

    #17044
    Sakin
    Keymaster

    @kat22: In your Custom CSS box. In the first file you will see the following CSS. Delete that.

    #site-logo {
        display: inline;
        float: right;
    }
    #17045
    kat22
    Member

    Perfect! Thanks a lot!!

    #18166
    rbrt_bene
    Member

    Hy Sakin,

    How can I style the search box on the sidebar in catch everest pro? I want to change the font and the padding.

    Thank you,
    Robert

    #18172
    Sakin
    Keymaster

    @rbrt_bene: Yes let me know what you want to do it with your reference to your site URL.

    #18176
    rbrt_bene
    Member

    Hy Sakin,

    I managed to solve it, never mind 🙂

    Thanks for the feedback.
    Robert

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Search box’ is closed to new replies.