Jump to content

Archived

This topic is now archived and is closed to further replies.

purnimagore

Masthead - text sizes

Recommended Posts

purnimagore
Is there a list of the masthead text css definitions. I found the .masthead .masthead-title and was able to change the font size but also want to do that for the buttons but not sure where to look. Thanks

Share this post


Link to post
Share on other sites
batman
Hi
You can try add this CSS rules

[code]
.masthead .btn-large {
font-size: 16px;
padding: 7px 12px;
}
[/code]
You can modify #px as you like

Life is too short to remove USB safely ...

Share this post


Link to post
Share on other sites
Rob
Also, please download and install Firebug from http://www.getfirebug.com It's a marvelous add-on for Firefox that will help you identify elements.

Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
purnimagore
Thanks for both suggestions. I will give that a go.

Share this post


Link to post
Share on other sites
Rob
Great. I am resolving this topic for moderation purposes.

Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
Rob
The topic was marked as resolved.

Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
fabienfons

is it possible to hide mastered tile ?

Share this post


Link to post
Share on other sites
Danny

fabienfons

 

You can hide any element with CSS, you just need to target the class name and use the display property with the none value, like so:

 

#site .masthead-title {
display: none;
}

Please search our forums, before posting!

Share this post


Link to post
Share on other sites

  • Similar Content

    • Barnaby Skinner
      By Barnaby Skinner+
      Hey all, hope I worded the topic correctly!
      I just need to know if either 1) I'm making a mistake or 2) this could be set as a new feature?
      Using the global settings typography parameters, I have a global paragraph font type (set using googlefonts) and have set the style to align:justify. When laying out <p> text inside a simple TEXT module, the <p> text adheres to both the font type and justification. Perfect.
      Now, when I set <p> text inside the PARAGRAPH TEXT field within an ELEMENT module, the <p> text adheres to the font type, but not the justification. It's rather annoying as I like to fully justify para text across the board and tend to use Element modules instead of text boxes for various reasons. It also seems silly that some PARAGRAPH TEXT fields adopt global settings, whilst other don't.
      Or I'm doing it wrong :S
      Any help or advice is much appreciated!
      Cheers
    • StuLeeUK
      By StuLeeUK+
      Good morning,
      I have set up my homepage using the Elements sections, a Masthead at the top and then a selection of Heroes lower down.
      I only just realised that the Heroes set a H1, as does the Masthead.
      Is there an easy way I can change the Heroes to an H2/H3 etc so as to improve the structure of my headers, whilst keeping the Masthead as H1?
      I really don't know much at all about CSS, which is why I use Pagelines because it's just so easy to create good looking pages without too much confusion.
       
      page for reference is https://www.avangocouriers.co.uk
      Thanks,
      Stu
    • John Olsson
      By John Olsson+
      Hello,
      I wondering (and custumers) when does Font Awesome 4.7 comes with an update of Pagelines?
    • Queue-it
      By Queue-it+
      Hi,
      I have the primary font family set to Arial. If I add another font (Open Sans), how do I change it only on a specific page? 
      I want to have Open sans only on one of my landing pages, but by default it will fetch Arial. Is there a way to change it without a plugin?
       

    • Skip
      By Skip+
      Hello
      I'm having problems with the Font not appearing correctly on a website.
      I've adjusted the font correctly with DMS (see screen shot) and saved it repeatedly yet it does not adjust the font in the website (see screen shot).  Would you please let me know what is wrong and should be done?
      (Please note that I've cleared the cache in the browser and whatnot as far as basic things I do know about browsers and issues with DMS from the past.  Hope this helps in troubleshooting...)
      Thank you.
      Skip


×