Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • in reply to: Trying to Adjust My Site Fonts #11769
    tault
    Member

    Never Mind, it Worked! Hurray! Is there a code for drop down menus? Like under my Contact page there is a Faq page, but the text didn’t get bigger with the new font codes.

    in reply to: Trying to Adjust My Site Fonts #11768
    tault
    Member

    It worked, but it changed my fonts from Cambria. Could this code be conflicting with my default font family code?

    in reply to: Trying to Adjust My Site Fonts #11731
    tault
    Member

    Great! I have been using a code for adding color values to my menu that work perfectly:

    #main { background-color: #000000 }
    #branding ul.menu li:hover > a,
    #branding ul.menu a:focus,
    #colophon #access-footer ul.menu a:hover,
    #colophon #access-footer ul.menu a:focus {
    background: #da0059; /* Show a solid color for older browsers */
    background: -moz-linear-gradient(#da0059, #f9f9f9);
    background: -o-linear-gradient(#da0059, #f9f9f9);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#da0059)); /* Older webkit syntax */
    background: -webkit-linear-gradient(#da0059, #f9f9f9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#f9f9f9′, endColorstr=’#da0059′); /* for IE */
    color: #373737;
    }

    However, could any of it be directly affecting my secondary menu and drop down menu under my Contact page? When I added the code:

    /* Menu Font Size */
    #branding ul.menu { font-size: 16px; }

    The Primary Menu’s font size change perfectly, but my secondary and drop down menu are still the same small size. Is it possible to resize all 3 menu options?

    in reply to: Trying to Adjust My Site Fonts #11721
    tault
    Member

    Worked Perfect, thank you
    I would not have figured out that type of coding for my font issues, i see my coding was a ways off. Hey do you have any tips on making the menu font bigger?

    At the moment I am using the code:
    #branding ul.menu a {font-size: 14px; }

    However, the menu collapses to the second line if I even attempt to go higher than 14px. I did center my menu using:

    #access div, #access-footer div {
    margin: 0 17% 0 15% ;
    }
    #access-secondary div{
    margin: 0 23% 0 22%;
    }
    Could that be affecting the font change?

    #branding ul.menu a { font-family: Cambria; font-size: 14px; }

    in reply to: Trying to Adjust My Site Fonts #11691
    tault
    Member

    Sorry I am still getting use to the forums:

    http://www.ProvenSweets.com

    in reply to: Remove top white gap on top of page #11599
    tault
    Member

    Thank You for the insight. I had an issue with the code:

    #main { background-color: #eee; }

    I entered it into the Custom CSS area, but it didn’t change the background of the content frame. Any ideas?

    in reply to: Remove top white gap on top of page #11576
    tault
    Member

    Yes!
    I was able to figure out the Menu page isssue and the update has restored the footer for me. I just need your help with the other issues.

    How do I Remove Site Title and Tagline?: My header already displays the title and tagline I needed.

    How do I change the background color from grey to pink?: #da0059
    How do I change the color of the light grey frame around the content of my pages? I guess its called the grey border around the content.

    in reply to: Remove top white gap on top of page #11573
    tault
    Member

    I updated the catchbox theme and now the entire site has changed. No big deal, but how do I:

    How do I Remove Site Title and Tagline?: My header already displays the title and tagline I needed.

    How do I change the background color from grey to pink: #da0059

    How do I change the color of the light grey frame around the content of my pages? I guess its called the grey border around the content.

    My Menu page keeps showing the Blog Page. How do I link my menu page to my actual Menu. It’s never done this before so I am a bit confused.

    in reply to: Remove top white gap on top of page #11568
    tault
    Member

    How do I find that option?
    http://provensweets.com

    in reply to: catch-box: I can't change the default layout anymore #11560
    tault
    Member

    Using the catchbox theme, is there a lay of disabling the collapse feature of this theme and still be able to have the site simply fit screen rather then collapse and loose its shape. Like a type of fixed code of some type?

    in reply to: Remove top white gap on top of page #11558
    tault
    Member

    Is there a way to fix the page to automatically adjust to screen sizes. For some reason the catch box theme as a single column page is so thin and not a sizable width of the page. Is there a way to expand the width without using side columns panels?

    tault
    Member

    How did I forget about the custom css area?!? Wow, you are brilliant thank you so much it worked perfectly!

    tault
    Member

    Thank you for the quick response. I tried adding the css code you recommended into my style sheet, but the image still won’t come up:

    #branding {
    background-image:url(‘http://provensweets.com/wp-content/uploads/2012/09/Untitled-6.jpg’);
    background-repeat:center no-repeat;
    height: 100%;
    width: 100%;
    min-width:10%;
    min-height:10%;
    }

    Could I still be missing something?

Viewing 13 posts - 1 through 13 (of 13 total)