Viewing 20 posts - 1 through 20 (of 30 total)
  • Author
    Posts
  • #15214
    azizwaing
    Participant

    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!

    #15217
    azizwaing
    Participant

    Also, how would you centre the text below the headers.

    Thanks

    #15226
    Sakin
    Keymaster

    @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; }
    #15237
    azizwaing
    Participant

    Thanks 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!

    #15238
    azizwaing
    Participant

    Sorry again but one more question, how can I put a border like I did on my contact page on the featured content area

    #15242
    Sakin
    Keymaster

    @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 be font-size: 100%; as this is very important for responsive design.

    #15247
    azizwaing
    Participant

    Thanks 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!

    #15248
    Sakin
    Keymaster

    @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;	
    }
    }
    #15259
    azizwaing
    Participant

    3 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!

    #15308
    Sakin
    Keymaster

    @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.

    #15337
    azizwaing
    Participant

    Thanks 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.

    #15341
    Sakin
    Keymaster

    @azizwaing: Not sure which area you mean. Maybe add your screenshot image url showing the area.

    #15347
    azizwaing
    Participant

    Image Request

    #15348
    azizwaing
    Participant
    #15352
    azizwaing
    Participant

    Also 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?

    #15384
    Sakin
    Keymaster

    @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/

    #15408
    azizwaing
    Participant

    Thanks 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!

    #15439
    Sakin
    Keymaster

    @azizwaing:

    1) 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/

    #15499
    azizwaing
    Participant

    Thanks 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

    #15503
    Sakin
    Keymaster

    @azizwaing: Sorry I don’t get it what you mean. Can you explain it.

Viewing 20 posts - 1 through 20 (of 30 total)
  • The topic ‘Bolding Headers’ is closed to new replies.