• Hi,

    I’m trying to make some small modifications but struggling figure out how to implement them.

    1. I want to remove the Search, Categories and Archive sections from all the pages.

    2. I need to modify the font for the address section (top right) and ideally move it more to the right of the screen.

    Can you advise where these settings are within the theme?

    Thanks
    Simon

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter simonjp07

    (@simonjp07)

    The other thing I have noticed is that any text on a new page does not use the formatting I assigned to the text e.g. bullet lists and paragraphs. Any ideas? I’ve installed and tried other themes and the formatting appears with those.

    I got the same questions, did you get a reply?

    For the bullet list I found a solution.

    Find your reset.css, from the big list remove ‘padding: 0;'(This will messup your footer styling) Then go to you style.css and find ‘footer ul’. There you need to add ‘padding: 0;’. This will fix the footer.

    This worked for me.

    To hide the search I did the following:

    In your style.css I did this

    .top-search .searchform {
    display:none;
    }

    This made it hide the search bar.

    I also did the same with the sidebar

    .sidebar {
    padding-left:25px;
    padding-top:40px;
    display: none;
    }

    This is also found in the style.css. The only problem with this is, when there is a update. You can do this all over again 🙁

    ________________________________________________________________
    You guys have any idea how to get the mobile navigation aligned? In portrait mode the nagivation is aside the website. Still don’t know how to fix this.

    DeepakM, thanks for your answer. Very helpful.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Some minor modifications’ is closed to new replies.