• Hi

    I have added this theme recently to site I am developing and was wondering if anybody can help me with changing the size of the text in the intro main message on the homepage. (the text that comes under the main slider but before the feature images)

    Thanks in advance and the site i am working on is nefsterapi.dk

    Regards
    Spider

Viewing 11 replies - 1 through 11 (of 11 total)
  • .action-text h3 {
    font-size: 20px;
    }

    Add that code (with your size changed to whatever you want) to your style.css file if you’re using a child theme, or the custom.css file.

    Do you know how to do that?

    Thread Starter designspider

    (@designspider)

    Yes thanks

    Thank you for your swift reply Janet..

    Really are still awesome..

    Great theme

    Can i ask another probably very basic but I’m a newbie at WP

    How do i edit my pages so that i can have like the contact page to have a map to the right of the contact form, or change layout on another page maybe.

    thanks again

    Thread Starter designspider

    (@designspider)

    Also is there a way to centre the text in the main message h3 text?

    Janet or Designspider, would either of you please be kind enough to tell me how to make changes to the css file, in the most basic language possible. I don’t even know where this is! I’m also trying to change font size of text in intro main message and in the slider photo titles. I’ve used WP extensively to edit, but never actually created a site and recognizing now that there is a steeper than expected learning curve! Thanks for any help you are able to offer! Julia

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin https://www.ads-software.com/plugins/custom-css-manager-plugin

    Then use its “CSS Code” section of the dashboard to hold your CSS modifications.

    Alternatively use your Child Theme style.css file to hold your CSS modifications.

    Hi, I’ve tried

    .action-text h3 {
    font-size: 20px;
    }
    in css box but won’t don anything, and how do I center the main massage with two lines?

    Anybody know how?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Thread Starter designspider

    (@designspider)

    HI I am no expert but with the help of Janet I managed to get some of this sorted..

    Ok so to add custom css considering you have added the minamaze theme…

    If you have no child theme..

    go to dashboard>Appearance>Theme Options>General Settings

    scroll down the page and you will see a box called custom css… add your code to that and then make sure to “SAVE CHANGES”

    Refresh page and you should notice the difference..

    If you are using a child theme the Andrew has given the best advice above…

    Hope it helps

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    @designspider, if you have another question create a thread here: https://www.ads-software.com/support/theme/minamaze#postform

    Thread Starter designspider

    (@designspider)

    No this wasn’t a question it was my hap hazard way on answering on a forum trying to help ??

    Thank you janet4now..i did it directly by editing the main stylesheet.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Changing the text size of intro message’ is closed to new replies.