Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #25095
    kat22
    Member

    Hi,

    A few questions again…
    http://www.katrien.co

    1. How can I reduce the padding above the social icons and under the menu?
    2. How can I reduce the background, the white color around my site?
    2. How can I change the color of the menu (if scrolling over and if selected) into #FF0080? And the font?
    3. I would like to have only 1 featured content on the homepage (welcome to my website + intro text), is that possible? I can only reduce the number of columns to 3 and I keep 4 featured contents.
    4. And last…(for now :-)) how can I make the text broader on the page ‘about me’?

    Thank you so much!!!

    #25120
    Sakin
    Keymaster

    @kat22: WoW!!! that’s a lot of questions. I think you should consider hiring a customizer.

    1. How can I reduce the padding above the social icons and under the menu?
    — Add the following css in “Appearance => theme Options => Custom CSS” box.

    #header-right, hgroup {
        padding-top: 10px;
    }
    #hgroup-wrap {
        padding-bottom: 10px;
    }

    2. How can I reduce the background, the white color around my site?
    — There is no white color around your site.

    2. How can I change the color of the menu (if scrolling over and if selected) into #FF0080? And the font?
    — Add the following css in “Appearance => theme Options => Custom CSS” box.

    .header-sidebar .widget ul.menu li:hover > a, .header-sidebar .widget ul.menu a:focus, .header-sidebar .widget ul.menu .current-menu-item > a, .header-sidebar .widget ul.menu .current-menu-ancestor > a, .header-sidebar .widget ul.menu .current_page_item > a, .header-sidebar .widget ul.menu .current_page_ancestor > a {
        background-color: #FF0080;
    }

    3. I would like to have only 1 featured content on the homepage (welcome to my website + intro text), is that possible? I can only reduce the number of columns to 3 and I keep 4 featured contents.
    — There is featured call Homepage Heading in “Appearance => Theme Options => Homepage Settings => Homepage Headline Options”, then you can add the welcome intro text there. You can remove that Homepage Featured content from “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”. Also if you only want only 1 column then just fill in detail in Featured Content #1 and leave other empty.

    4. And last…(for now :-)) how can I make the text broader on the page ‘about me’?
    Sorry, “The Full Width, No Sidebar” layout is only available in Catch Kathmandu Pro version. See more details about Pro version at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/

    #25614
    kat22
    Member

    Thanks so much!! A few questions after adjusting accordingly as you advised.

    1. I have made a logo so I could choose the font I would like to use. Now the color is not completely matching. What is the color code of the header background? It is not completely black, a bit gray. Or can I make it black?

    2. Can I reduce the padding above and under the logo? So it will be more in line with menu and social icons.

    3. How can I remove the gray border at the bottom of my homepage?

    Thanks again!

    #25627
    Sakin
    Keymaster

    @kat22: You can add the following css.

    #masthead { background-color: #000; }
    #site-logo { padding-top: 0; }
    #homepage-message,
    #colophon,
    #site-generator {
        border: none;
    }
    #25761
    kat22
    Member

    Perfect, thanks!

    I have been searching to get the space between the paragraphs in ‘about me’ smaller, but nothing worked so far…. Any ideas??

    And can I change the width of the right sidebar? I would like to have it a bit smaller.

    Thank you so much again for your help!

    #25777
    Sakin
    Keymaster

    @kat22: I see that you have added padding from tt-easy-google-font-styles custom css. Are you using any plugin or anything like that. I found the following css.
    p { font-family: serif; color: #ffffff; font-weight: 400; font-style: normal; line-height: 1.4; font-size: 12px; letter-spacing: 1px; padding-top: 16px; padding-bottom: 33px; }

    From the above css you need to remove padding-top: 16px; padding-bottom: 33px;

    Also about the sidebar, what do you mean by little bit. Can you be more specific.

    #28463
    kat22
    Member

    Hi Sakin,

    I’m using a plugin for the font. I tried to use your css, but still there is a lot of space between the text paragraphs in (for example) ‘about’. I would like to have just 1 enter in between, now it looks like there are 2 or 3 enters..

    And regarding the sidebar, I would like to have the sidebar 1/3 compared to the text part. Hopefully it’s more clear now. 🙂

    A question about my gallery. The pictures are not shown in total, if I open them you see them in total, but not if you look at the whole gallery. Can I adjust that?
    And I selected a few pictures for the gallery, but if I open one and click on next or preview, it shows all the pictures I have on the page (also the logo). Can I ‘hide’ the ones I don’t want to show in my gallery?

    Last but not least… The color of the text in my contact form I would like to have black, now it’s light grey, so you hardly see it.
    And can I enlarge the message box?

    Thank you!!

    #28472
    Sakin
    Keymaster

    @kat22: About the spaces in About page. I told you already its from your plugin. It adding in the following css.
    p {font-family: serif; color: #ffffff; font-weight: 400; font-style: normal; line-height: 1.4; font-size: 12px; letter-spacing: 1px; padding-top: 16px; padding-bottom: 33px;}

    There is padding-top: 16px; padding-bottom: 33px; remove that.

    About the sidebar, you need to get developer to work for you. This goes beyond the general scope of theme.

    For gallery, I recommend you to use Jetpack plugin gallery, it’s cool. see this http://jetpack.me/support/tiled-galleries/ and http://jetpack.me/support/carousel/

    For contact form field color, add the following css in “Appearance => Theme Options => Custom CSS” box.

    input[type="text"], input[type="email"], textarea {
        color: #000;
    }
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘padding + color menu + featured content’ is closed to new replies.