Okay so if you want to put a link up on the navigation bar to anything... you do it by adding a website link and title in your profile.
I tend to put my Title and Subtitle on my image because the post titles come up with the Title when you are in the posts but if you want the Title & Subtitle you need to find: .title, .subtitle { display: none; }
I tend to put my Title and Subtitle on my image because the post titles come up with the Title when you are in the posts but if you want the Title & Subtitle you need to find:
.title, .subtitle { display: none; }
replace with:
.title {
position: relative;
width: 100%;
margin: -300px auto 0px auto;
padding: 0px;
font-size: 72px;
font-family: "Bilbo Swash Caps", Brush Script MT, arial, verdana;
text-align: center;
color: #FFFFFF;
-webkit-text-stroke: 10px black;
text-shadow:
0px 0px 10px #000,
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
z-index: 199;
}
.subtitle {
position: relative;
width: 100%;
margin: -25px auto 0px auto;
padding: 0px;
font-size: 20px;
font-family: "Lato", arial, verdana;
text-align: center;
color: #E970B4;
-webkit-text-stroke: 10px black;
text-shadow:
0px 0px 10px #000,
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
z-index: 199;
}
Welcome to LJ.
Reply
Reply
Reply
Leave a comment