Ticker CSS Issues
-
I tried following the css help thread posted a while back but am struggling to correct some css issues. My goal is to have the background color either stretch to fill up the width of the page or to fill up the widget of the content field. Also, when I hover over the text link, it is a color that I don’t want so I am looking to change the hover color of the link text. Lastly, how do I get my title “New Music” within the css boundaries of the ticker itself. When I put the title inline, it remains outside of the actual ticker links.
Here is the custom css I am using
`.mtphr-dnt a {
margin:0px auto;
width:100%;
height:20px;
background-color:#1f2025;
float:left;
padding:10px;
border:2px black;
color: #FFF;
font-family: Arial, sans-serif;
font-size: 16px;
font-weight: bold;
hover:#8ca4ce;
hover,active {color:#8ca4ce;}
}
.new-music {
margin:0px auto;
width:100%;
height:20px;
background-color:#1f2025;
float:left;
padding:10px;
border:2px black;
color: #FFF;
font-family: Arial, sans-serif;
font-size: 16px;
font-weight: bold;
hover:#8ca4ce;
hover,a.ex1:active {color:#8ca4ce;}
font-size: 12px;
padding: 10px;
margin-bottom: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.new-music h4.mtphr-dnt-posts-title,
.new-music a,
.new-music p {
display: inline;
font-size: 12px;
line-height: 0;
}
.new-music h4 {
padding-right: 5px;
}’And here is my site:
https://hiphopspeakeasy.com/
- The topic ‘Ticker CSS Issues’ is closed to new replies.