How to add div with text only to header.php file?
-
Hello,
My site is here: https://www.carolmcanally.com/I want to add a text slogan to the black area at the top of every page with the search box in it. I am new to designing so I could really use some help!
I created a div with the following:
#slogan{
height:150px;
width:400px;
color:#fbb117;
font-size:2em;
text-transform:uppercase;
font-weight:bold;
font-family:sans-serif;
text-align:center;
}How can I get this div to appear in my header and do I use the echo function to get the text in the php file?
Thanks!
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘How to add div with text only to header.php file?’ is closed to new replies.