Viewing 12 replies - 1 through 12 (of 12 total)
  • Great choice of a theme :). It even has it’s own support forums here:

    http://themeid.com/forum/

    Lots of helpful “how to” info there too.

    Thread Starter gmcguirevt

    (@gmcguirevt)

    Thanks,

    I am very new to using the program and whole code process. I went to these site and looked at some forums on changing font styles, which told me to download to child-responsive theme so I did that.

    But the process to change the code is way over my head to change font etc

    Is there a simpler process or a step by step that is very basic

    Looks like you got the child theme set up — which is excellent. Unless the theme has built-in options for specific font sizes on specific elements, no, you’ll need to learn a bit about using CSS.

    The best tool to start with is downloading Firebug – an addon for Firefox browser. It’s super helpful as it shows you the CSS code setting the font size for an element on the page — then you can use that code by copying it into your child theme and changing the font size there.

    This is also a good reference for CSS: http://www.w3schools.com/css/

    What specific font size do you want to change?

    Thread Starter gmcguirevt

    (@gmcguirevt)

    The main body widget doesn’t look good to me.I also do not know how to add a picture there. The font is aligned to the center and the font color is just a little bland. Plus the three bottom widgets (especially the third) are not aligned very well.

    Hi, please post your questions to http://themeid.com/forum/

    and in the mean time, widgets don’t use any height for many reasons, one would be because content is not always the same, you can make them if needed:

    .home .widget-wrapper {
        min-height: 200px;
    }

    and that will make all of them the same. Adjust accordingly.

    Logo should be slightly bigger, take a look here: http://themeid.com/forum/topic/521/how-to-change-default-logo/ and the image changing is easy too: http://themeid.com/forum/topic/510/theme-options-featured-content/

    Font sizes:

    .featured-title {}
    .featured-subtitle {}
    #featured p {}

    Thanks,
    Emil

    Thread Starter gmcguirevt

    (@gmcguirevt)

    I have posted there. I still do not understand how to get a photo in though, I am not very good with this program

    No problem, I’ll go and check the question, it’s really simply, upload the image to your media library (think of it like attaching something in your e-mail) and use the image source and paste in Theme Options 🙂

    Thanks,
    Emil

    P.S. And no worries, we’ll be here every step of the way!

    Thread Starter gmcguirevt

    (@gmcguirevt)

    Great Thanks! Got the picture up!

    I am also having trouble going through the code to figure out how to change the main widget font size and alignment, as well as the spacing etc of the bottom 3 widgets

    Greatly appreciate the help

    Good morning- I have just started using WP and have watched and followed many youtube vids. I am building a new website getting away from the host style template ( hawkmoonsoaps.com)to sell my products.Question is, I have chosen Responsive theme because of the sizing for all these phones, tablets and so on. Is this theme ideal for a website offering many products to sell? thank you

    It should be fine.

    Hi,
    Is it possible to change posts list view to grid to be similar to this:
    http://mightygoods.com/categories/food-and-drink?page=4&view=grid?
    thank you

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