Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #50905

    Dear Sakin,
    Thank you for designing such an elegant theme. I am using CatchBox Pro for my website on global health – http://www.globalhealth-dh.org.

    I am not an advanced designer or a programmer. I have few questions, and I would be really very thankful to you, if you could help me out.

    1. How do I decrease the menu bar size so that it stays in line with my header size?
    2. How do we remove the title on each page? For instance, Home, About etc. and bring the Text at the level of widgets?
    3. How do I remove the shadow at the bottom of article? How do I have a clean round ended box for the articles?
    4. If you look at the widget boxes, they have pointed corners; I would like to have them rounded. I want the box flatter. By saying that I mean, I would like to remove the horizontal line in the widget box, which separates the name and widget content.
    5. Why does the photo legend begin with a hyphen mark? For instance, http://www.globalhealth-dh.org/from-kazan-by-pierre-galea/

    Thanking you in anticipation.

    #50965
    Sakin
    Keymaster

    @drswapnilparve:
    1. Just add the following css in “Appearance => Theme Options => Custom CSS” box:

    #page { background-color: #fff; }
    #branding #access { margin: 0 3%; width: 94%; }

    2. Just add the following css in “Appearance => Theme Options => Custom CSS” box:

    .page .entry-header { display: none; }
    .page .entry-content, .page .hentry { padding-top: 0; }

    3. You can remove the border bottom by adding the following css in “Appearance => Theme Options => Custom CSS” box. But I don’t get it what you mean by clean round ended.

    .hentry, .no-results, #author-info, #disqus_thread, #content .error404 {
        border-bottom: none;
    }

    4. You have remove the rounded corner in the widget box. You can find the following css in “Custom CSS”. Just remove that:

    /* To Remove Rounded corner in Widgets */
    .widget { border-radius: 0; }

    Then to remove the horizontal line in the widget box, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
    .widget-title { border-bottom: none; }

    5. Just add the following css in “Appearance => Theme Options => Custom CSS” box:

    .wp-caption .wp-caption-text:before { content: none; }
    .wp-caption .wp-caption-text { padding: 10px 0 0 10px; }
    #51071

    Thanks a lot, Sakin! You are amazing.

    #51072
    Sakin
    Keymaster

    @drswapnilparve: Thanks for your appreciation 🙂

    #57132

    Dear Sakin,

    I hope you are well. I would be very thankful to you, if you could help me with following.

    1. In my previous request I asked, “How do we remove the title on each page? For instance, Home, About etc. and bring the Text at the level of widgets?” However, I would like to keep it for Homepage only. Could you help me with that,please?

    2. If you take a look at the homepage http://www.hlobalhealth-dh.org, the spacing around the photo is not very well. I would be glad if you can help me.

    Thank you in anticipation.

    #57149

    Dear Sakin,

    I apologize for my wrong questions.To be more specific, I will ask them again.

    1. 1. In my previous request I asked, “How do we remove the title on each page? For instance, Home, About etc. and bring the Text at the level of widgets?” However, I would like to remove it from Homepage only and keep it on other pages. Could you help me with that,please?

    2. If you take a look at the homepage http://www.hlobalhealth-dh.org, the spacing around the photo is not very well. I would be glad if you can help me.
    Thank you in anticipation.

    #57372
    Sakin
    Keymaster

    @drswapnilparve:
    1. For this, go to your Custom CSS and find the following css
    .page .entry-header { display: none; }
    replace this with the following css:
    .home .entry-header { display: none; }

    2. The image spacing, can you let me know what you want to do. It looks fine to me.

    Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal.

    #57407

    Dear Sakin,

    Thank you very much for your reply. You don’t need to be sorry for the late reply. What’s important is, you are safe. You know, when I was writing you, I felt that I know you come from Nepal. I specifically checked your profile, but couldn’t confirm it.

    I hope, everything is getting well in Nepal, but I am pretty sure that there is a long way to go, until things become normal.

    Is there any way I can share a screenshot with you for my second question?

    Thank you!

    #57440
    Sakin
    Keymaster

    @drswapnilparve: Thanks for understanding our situation here in Nepal. Yes, for screenshot we don’t have upload option. So, you need to upload your screenshot in your site or any photo sharing site and then add in URL here.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Few questions’ is closed to new replies.