- This topic has 29 replies, 2 voices, and was last updated 11 years, 1 month ago by Sakin.
-
AuthorPosts
-
September 29, 2013 at 2:21 am #15214azizwaingParticipant
Hi I am trying to make the headers on the featured content bold.
My URL is http://www.ahwgroup.ca
I want to make the areas that say “Accounting Services” “Placement Services” and “Travel & Tours” BOLD.
Thank You!
September 29, 2013 at 2:58 am #15217azizwaingParticipantAlso, how would you centre the text below the headers.
Thanks
September 29, 2013 at 9:18 am #15226SakinKeymaster@azizwaing: You can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#featured-post .entry-title { font-weight: bold; } #featured-post .entry-content { text-align: center; }
September 29, 2013 at 7:29 pm #15237azizwaingParticipantThanks Sakin, I’m also wondering if there’s a way to bold the header on the slider.
Also, is there a way to make the headers on my contact page the same font as the ones in the homepage?
Thanks again!
September 29, 2013 at 7:41 pm #15238azizwaingParticipantSorry again but one more question, how can I put a border like I did on my contact page on the featured content area
September 29, 2013 at 8:32 pm #15242SakinKeymaster@azizwaing: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to bold the tile in the slider
#main-slider .entry-title { font-weight: bold; }
Looks like you have customize the core theme file style.css . You shouldn’t edit any core theme files. It will be reverted back when you perform update to theme. I see that you have changed style.css reset font to
font-size: 13px;
this should befont-size: 100%;
as this is very important for responsive design.September 30, 2013 at 12:14 am #15247azizwaingParticipantThanks Sakin for the quick response and helpful advice.
I took your advice and changed the core theme files back to 100%, but is there a way I can use 13px font throughout my website without affecting the responsive theme?
Thank you!
September 30, 2013 at 1:00 am #15248SakinKeymaster@azizwaing: You can reduce the font size of each elements. You can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 1060px) { body, button, input, select, textarea { font-size: 13px; } .entry-header .entry-title { font-size: 13px; } .entry-meta, #site-generator { font-size: 11px; font-size: 1.1rem; } #featured-post .entry-title, .page-links { font-size: 13px; } .widget-title { font-size: 13px; } }
September 30, 2013 at 2:42 am #15259azizwaingParticipant3 more questions, sorry for bothering you
1) How can I bold the “Contact Us” header before the google map on my contact us page.
2) How can I remove the border shadow on the featured content images.
3) How can I decrease the size of the white area in my home page (not the background)
Thank you again!
September 30, 2013 at 12:02 pm #15308SakinKeymaster@azizwaing: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box for point 1 and 2
.page .entry-header .entry-title { font-weight: bold; } #featured-post img.wp-post-image { box-shadow: none; }
But for point 3, I am not clear about it.
September 30, 2013 at 7:54 pm #15337azizwaingParticipantThanks Sakin for all of your help!
I was wondering if there was a way to put a #00A2E8 coloured border around the white area of my pages.
The around the white area where all of my content is.
September 30, 2013 at 11:05 pm #15341SakinKeymaster@azizwaing: Not sure which area you mean. Maybe add your screenshot image url showing the area.
October 1, 2013 at 12:27 am #15347azizwaingParticipantOctober 1, 2013 at 12:28 am #15348October 1, 2013 at 2:11 am #15352azizwaingParticipantAlso one more question, is there a way to put a slider with images (like the one in my homepage) in another page of my website?
October 1, 2013 at 11:26 pm #15384SakinKeymaster@azizwaing: You can add the border by adding in the following CSS in “Appearance = Theme Options => Custom CSS” box.
.site { border: 1px solid #00A2E8; }
About the featured post slider, you can set to all pages through “Appearance => Theme Options => Featured Post Slider => Slider Options = > Enable Slider” to “Entire Site”
You can add your posts as featured image. See the instructions at catchthemes.com/theme-instructions/catch-everest/
October 2, 2013 at 4:40 am #15408azizwaingParticipantThanks for everything Sakin, I have a couple more questions though:
1) How can I change the font size of the content inside the menu drop down bar?
2) Is there a way to put text/images to the right side of the header?
3) When you enable the slider for the entire site, is there a way to designate certain slides for certain pages? I don’t want accounting slides to appear for the travel & tours section.
4) Is there a way to remove the “Powered by: WordPress” text in the footer?
5) How can you link “Click Here” buttons to certain pages?
6) Is there a way to link image slider pictures to certain pages?
Thank you for all the help you’ve given me so far!
October 2, 2013 at 8:59 pm #15439SakinKeymaster1) How can I change the font size of the content inside the menu drop down bar?
— You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-menu ul.menu ul a { font-size: 10px; }
2) Is there a way to put text/images to the right side of the header?
— For this you need to upgrade to Catch Everest Pro theme, where you will get Header Right Sidebar and then add anything you want.3) When you enable the slider for the entire site, is there a way to designate certain slides for certain pages? I don’t want accounting slides to appear for the travel & tours section.
— Sorry there is no option for this. You are only allowed to use same slider throughout the site.4) Is there a way to remove the “Powered by: WordPress” text in the footer?
— For this you need to upgrade to Catch Everest Pro theme, where you will get Footer Editor in Theme Options panel where you can delete or edit the footer text.5) How can you link “Click Here” buttons to certain pages?
— I don’t get it what you mean. You can add html links.6) Is there a way to link image slider pictures to certain pages?
— For this you need to upgrade to Catch Everest Pro theme, where there is Featured Image Slider which can link to any page, post, category, or custom url.See more details about Catch Everest Pro at http://catchthemes.com/theme-instructions/catch-everest-pro/
October 3, 2013 at 9:28 pm #15499azizwaingParticipantThanks Sakin, I just purchased Everest Pro
However I still have a question: how can I position the image I put on the right of my header like the logo I have on the left, centred perfectly on the header
October 4, 2013 at 1:11 am #15503SakinKeymaster@azizwaing: Sorry I don’t get it what you mean. Can you explain it.
-
AuthorPosts
- The topic ‘Bolding Headers’ is closed to new replies.