Background for title and Menu
TallPhotoGuy
Registered Users Posts: 160 Major grins
How do I have the Title displayed with a solid color background that is only the width and height of the text. I have a picture background and the title and menu are hard to see, hence if in a colored block they will stand out
0
Comments
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Mike
Thanks. How can I make the width to be just the width of the title text and not the full screen. Also if the title is wider than the full screen is there a way to auto use a smaller font so the title is alwayes 1 line.
https://hewitt.smugmug.com/Tinsley
[html]
<div class="background-text">
<h1><span>Text Here</span></h1>
</div>
[/html]
Then add this in the CSS section:
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Also explained here: What are content blocks and how are they used
Lille Ulven
And what is the code for a menu
Add this in bold:
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
I have also used a Text Block and hyperlink the text to where I want to go
But was unable to add the background. I did it mainly to customize a menu all on one line
Don't use a Text Block, use the HTML/CSS block. The code I posted worked on my testing page.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Thanks. I did the Title and menu and changed the margin so they would look as one, At
https://hewitt.smugmug.com/Tinsley
There is black space above Tinsley, how do I get the same black space below Menu
Other comments welcome
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Thanks, that works. Appreciate the help