• Resolved guycabelario

    (@guycabelario)


    hello
    using wp escutcheon

    where do i change the font size of the entries in the side bar?

    where do i select to have comments accepted on pages?…i have lost the comment box
    thx…

Viewing 15 replies - 1 through 15 (of 27 total)
  • Hi guycabelario,
    Can you provide URL of your website here?
    Thanx
    Cheers
    Tahoe Rock

    Thread Starter guycabelario

    (@guycabelario)

    hello and thank you for your quick response

    url bommersblog.ca

    thx…

    Hey there,

    Your website is not working at my end. Please check it. Thanks!

    Thread Starter guycabelario

    (@guycabelario)

    …oooops….
    i’m working on the page now…signed out…should be working now…

    http:boomersblog.ca

    i would also like to increase the font size in the menu above the header

    …thx…

    Hi guycabelario
    put this code to your Child Theme style.css file
    OR
    Install Simple Custom CSS plugin and put the code there.
    I’m doing this on my browser to find solution.
    It can get to some different behavior on your site.
    It can happen that it is not working.
    Then we have to look further.

    .gform_wrapper h3.gform_title {
        font-size: 20px;
    }
    .gform_wrapper span.gform_description {
        font-size: 15px;
    }

    change the size to your taste

    .and…….i would also like to increase the font size in the menu above the header

    #header ul.menu li a {
        font-size: 27px;
    
    }

    Hope it is what you wanted to change
    If not, specify more details.
    Cheers
    Tahoe Rock

    Thread Starter guycabelario

    (@guycabelario)

    cool…thx…
    oops…no child theme…
    will try code change…

    Thread Starter guycabelario

    (@guycabelario)

    hey tahoe rock
    tried the plugin…no effect…cleared cache…no effect…will look at style.css
    …thx…

    Thread Starter guycabelario

    (@guycabelario)

    hmmmm…edited the style.css directly…increased values supplied in above post… by placing code at end of style.css file…cleared cache…no effect…is it the theme?…i switched from hosted at wordpress.com because this theme was not customizable on wordpress.com…any ideas?

    Hi guycabelario,
    When You switch the Theme, it is way different code. So My code couldn’t work.
    put this code to your Child Theme style.css file
    OR
    Install Simple Custom CSS plugin and put the code there.
    I’m doing this on my browser to find solution.
    It can get to some different behavior on your site.
    It can happen that it is not working.
    Then we have to look further.

    DO NOT put any code changes to the main style.css.
    When you do the update of the Theme You will loose all changes.
    That is why you should use Child Theme style.css OR Plugins`s style.css which is the best way.
    Your changes are in separate style sheet.

    Menu size Changing:

    .main-navigation a {
        font-size: 20px;
    }
    
    OR
    
    .main-navigation a {
        font-size: 20px!important;
    }

    Side Bar:

    SideBar Widget Title:

    h1.widget-title {
        font-size: 20px;
    }
    
    OR
    
    h1.widget-title {
        font-size: 20px!important;
    }

    SideBar Widget Content:

    .site-content .widget-area, a {
        font-size: 14px;
    }
    
    OR
    
    .site-content .widget-area, a {
        font-size: 14px!important;
    }

    I hope Im helpful now.
    Let me know.
    How about those comments? Do you have them? Are they lost even you switched to another theme?
    Cheers
    Tahoe Rock

    Thread Starter guycabelario

    (@guycabelario)

    hello Tahoe Rock…thx for your effort on my behalf…seems that i can increase font size…YEAH…however the blue line under the entries in the menue bar remains in the same relative position…meaning that the blue bar is now not at the bottom of the menu item…it appears as a strike through…any ideas on getting the blue underline to be in a relative position…that being under the menu item?…

    Thread Starter guycabelario

    (@guycabelario)

    any ideas on how to control the font size in the site title?…unfortunately the title is 2 lines in the mobile version…so…reducing the font size will leave the title as 1 line in the mobile version…

    boomersblog.ca

    thx…

    Thread Starter guycabelario

    (@guycabelario)

    …any ideas as to how i delete “recent comments” from the sidebar as i have not allowed comments?

    Hi guycabelarii,
    Will take a look later when I get home.
    Cheers
    Tahoe Rock

    Thread Starter guycabelario

    (@guycabelario)

    …cool…thx…Tahoe Rock
    …as well…any idea about centering the menu in the header?…site is looking good…just a little tweeking…i would be doing the tweeking if i had a list of css code…time for me to take a tutorial…

    …thx again for your efforts on my behalf…guy…

    Thread Starter guycabelario

    (@guycabelario)

    …yeah…managed to find the css code for the site title and centered it using the css plugin…centering the menu is still a mystery…i changed the font size so the menu title ‘fits’ on one line however it is not centered and i’m restricted by font size…deleting “RECENT COMMENTS” from the sidebar is still a mystery…as is positioning the blue bar in the menu so that it shows under rather than behind the entries…
    …guy

Viewing 15 replies - 1 through 15 (of 27 total)
  • The topic ‘wp-escutcheon sidebar change font size’ is closed to new replies.