Forum Replies Created
-
AuthorPosts
-
taultMember
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.
taultMemberIt worked, but it changed my fonts from Cambria. Could this code be conflicting with my default font family code?
taultMemberGreat! 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?
taultMemberWorked 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; }
taultMemberSorry I am still getting use to the forums:
taultMemberThank 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?
taultMemberYes!
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.taultMemberI 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.
taultMemberHow do I find that option?
http://provensweets.comtaultMemberUsing 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?
taultMemberIs 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?
June 11, 2013 at 7:26 pm in reply to: How do I change the background of my header without changing the header image? #10354taultMemberHow did I forget about the custom css area?!? Wow, you are brilliant thank you so much it worked perfectly!
June 11, 2013 at 4:11 pm in reply to: How do I change the background of my header without changing the header image? #10347taultMemberThank 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?
-
AuthorPosts