• Resolved mikeyj7

    (@mikeyj7)


    Just downloaded BlogKori theme.Really love it hey. Thanks so much. I am putting my website together now.

    May I ask for a little help ?

    (1) I was wondering if there was a way to move the tagline up closer to the main header title.
    (2) Also is there a way to widen the page width at all without losing the sidebar.
    (3) Can you show how to make on a page, text boxes with the colour blue if possible.

    Don’t know a lot about code, bt can perform basic tasks .. Thanks for any help. Thanks again for assistance,
    Warm regards,
    Mikey

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Tamal Anwar

    (@tamalanwar)

    1. Do you want to reduce the gap of the top title and the tagline?

    BlogKori Theme
    ————————<— this area?
    A WordPress Theme for Bloggers, by a Blogger

    2. Widening the site:

    @media (min-width: 1200px){
        .container {
            width: 900px;
        }
    }

    ^change 900 to any desired width you like, ex: 1170px.

    3. Can you elaborate it please? Do you want the whole page to be blue? Can you draw it on paint and show me please? Thanks

    You can do these changes by adding the CSS to the customizer, or can download the sample child theme from here and put your css on it’s style.css file: https://github.com/tamalanwar/blogkori-starter-child-theme

    • This reply was modified 6 years, 10 months ago by Tamal Anwar.
    Thread Starter mikeyj7

    (@mikeyj7)

    Hey Tamal,

    thanks so much for your reply …

    1. Do you want to reduce the gap of the top title and the tagline?

    BlogKori Theme
    ————————<— this area?
    A WordPress Theme for Bloggers, by a Blogger

    Yes thanks, moving the tagline up so sits about a line width below the theme title

    2. Widening the site:

    Sorry for my newbie ignorance, but does the full code you have supplied with the changed width number get placed into one of the editor pages, which one and where ? or will I find it already in there, and just need t0 change the width figure … or do I place the full code into additional CCS area via customize ? sorry again for my lack of knowledge here …any help really appreciated ..

    3. Can you elaborate it please? Do you want the whole page to be blue? Can you draw it on paint and show me please? Thanks

    I liked the purple text boxes on your site page at : http://www.tamalanwar.com/
    just would love to able to highlight text areas with the same thin in blue like my site. I did wonder if can do the same thing but as a full width strip as well, like used in the one page websites … Hope that makes sense … many thanks, Mikey

    Theme Author Tamal Anwar

    (@tamalanwar)

    1. To reduce the gap, use this CSS:

    #title {
        margin-bottom: 0;
    }

    Add these codes in the theme customizer > custom CSS box.

    3. This one is a custom call to action button in my site. I will share about this later.

    Thread Starter mikeyj7

    (@mikeyj7)

    Fantastic Tamal,

    thanks so much for your help

    Mikey

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘BlogKori Theme Adjustments’ is closed to new replies.