• Resolved simple-man

    (@simple-man)


    Hi Richie,

    Please see this site: dnvoice.com

    How can I change the following:

    1. Red ribbon (at top) color to some other color
    2. Font “types” of the page titles (appraisal, brokers, etc) in this red ribbon
    3. Font “size” of the page titles (appraisal, brokers, etc) in this red ribbon

    4. Font “types” of the category titles (currently only one category showing called “uncategorized”, I will add some more soon).
    5. Font “size” of the category titles

    Thank you very much for your help.
    Regards.

Viewing 12 replies - 1 through 12 (of 12 total)
  • Theme Author Richie KS

    (@rkcorp)

    did you check wp-admin->appeareace->theme option??

    Thread Starter simple-man

    (@simple-man)

    Yes, I checked these but can’t figure out how to do the above changes.

    Please help.
    Thank you.

    Thread Starter simple-man

    (@simple-man)

    I am also not able to change the font “size” of the: page names in the top ribbon and also of the slogan under the domain name.

    Theme Author Richie KS

    (@rkcorp)

    not sure how you can miss it unless you’re using another theme not mesocolumn theme.

    in wp-admin->appeareance->theme option, look for design settting->top navigation color to change the ‘ribbon’ color

    look for fonts setting to change fonts for body text, headline text and navigation text.

    you need to look for the font size in css yourself to change the font size.

    Thread Starter simple-man

    (@simple-man)

    Ok great, I am beginning to get familiar with changing fonts and colors.

    Q1: Which css file or area do I look in, to change the “font size” of the site title and headline line?
    Q2: How do I make the Title (DNVoice) letters different colors (for example: Red for “D”, Green for “N”, Blue for “Voice”, etc)?
    Q3: How do I reduce the line space in various rows in the header ribbon to reduce the height of the ribbon?

    Thank you very much for your help.
    Please advise.

    Theme Author Richie KS

    (@rkcorp)

    try not to edit the style.css, use the prepared wp-admin->theme option->custom css instead.

    1. add this to custom css
    #siteinfo h1 { font-size: 3em; }

    2. you can’t, better look for shortcode solution.

    3. not sure what you mean ?? try add this to custom css
    #custom #top-navigation .sf-menu a { padding:0.5em 1em; }

    Thread Starter simple-man

    (@simple-man)

    Thank you VERY MUCH Richie for your help.

    1. I could not increase the “font size” of the site “Title and Headline under the title” by adding your suggestion…I did not see any difference when I added this to custom css: #siteinfo h1 { font-size: 3em; }

    Is there something else I can do about it?

    2. I will check in to the shortcodes

    3. It worked very nicely to reduce the padding in top-navigation.

    Theme Author Richie KS

    (@rkcorp)

    maybe add this instead

    #custom #siteinfo h1 { font-size: 5em; }
    #custom #siteinfo p { font-size: 1.5em; }

    adjust the em accordingly..

    Thread Starter simple-man

    (@simple-man)

    Hi Richie,

    I tried the above. I don’t see any difference in ‘font size’ of the site Name/Title by making any adjustments to this:
    #custom #siteinfo h1 { font-size: 5em; }

    But this works: now I can adjust the slogan/headline (below the above site title) text ‘font size’ by adjusting this:
    #custom #siteinfo p { font-size: 1.5em; }

    Thank you.

    Theme Author Richie KS

    (@rkcorp)

    how about this
    #custom #siteinfo h1 a, #custom #siteinfo div a { font-size: 5em !important; }

    Thread Starter simple-man

    (@simple-man)

    Now it works perfect!

    You Rock!

    Thank you.

    Richie I love your theme! It looks beautiful on our website, I was wondering if you could direct me to how to change a font colour? My ‘sale price’ is appearing white and my background is white so it is hidden – I can’t find any options for font colours, am I missing something? Thank You in advance

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘How do make these changes?’ is closed to new replies.