Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1885
    gadgetxpert
    Member

    Hi, love this theme, using on my site GadgetXpert.co.uk.

    I’d like to edit a few things, hopefully you could provide me with the custom CSS. One, I’d like to make only my logo clickable, not the whole header. Remove the bread crumbs on archive pages and remove widgets from the mobile themes.

    #1887
    gadgetxpert
    Member

    And one more small thing. I’d like to get rid of the grey gaps up the top and bottom of the site. Would be grateful if you could provide me with some CSS to put into the custom-css section – I’m sixteen with autism. Would be happy:-)

    #1888
    gadgetxpert
    Member

    And I’d like to make the featured images all of the same size:-0

    #1890
    gadgetxpert
    Member

    And one more thing – is it possible to disable the tablet and mobile friendly themes?

    #1907
    Sakin
    Keymaster

    @gadgetxpert: There is so many question. Form next time please ask one question in one forum thread. So, that it is easy for us to answer it.

    1. Logo Clickable: Just add the following CSS in Custom CSS box in Theme Options under Appearance Tab in your WordPress dashboard.

    #site-logo a {
    display: inline-block;
    }

    2. Featured image will be same size if you upload the larger image.

    3. to remove the top gap. just add the following css:

    body {
    padding-top: 0;
    }

    4. to remove the bottom gap. just add the following css:

    #page {
    margin-bottom: 0;
    }

    5. To disable tablet and mobile friendly themes you need to do manually from header.php and it is not recommended.

    #1911
    gadgetxpert
    Member

    Hi also will there be future updates ? also, I centre my images but they won’t centre and I would like a border around both sides of the site and remove the widgets from the responsive themes

    #1926
    Sakin
    Keymaster

    @gadgetxpert: yes updates are always needed for all the theme and we will update it as per the fixes and the features.

    Please add different thread for different questions. If you are looking for customization then use the Hire a Customizer.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Catcbox custom CSS tweaks’ is closed to new replies.