Forum Replies Created
-
AuthorPosts
-
rasolis
MemberLOL - sorry I meant to say less opaque. I need the general excerpt to be more transparent, they way it was in the original Genesis slider (before responsive).
If it affects the text too then that won't work either. If you are familiar with the older Genesis slider, it was a little more transparent than today's responsive version.
Appreciate the help and sorry for the confusion on my part.
rasolis
MemberStill not getting the General excerpt clearer (opacity) - I have tried everyone's suggestion on this thread. Any more ideas? Maybe a link to where it worked for you?
rasolis
MemberOk thanks KatrinaK.
rasolis
MemberYeah I tried using a range of numbers in the Opacity section. It didn't do anything. I'll try Anitac's suggestion. Thanks all!
rasolis
MemberDidn't work - I've cleared cache, CloudFlare and put !important (per Nick's recommendation). Still doesn't work.
rasolis
MemberYeah, it didn't work, see http://www.bodyevolution.org.
rasolis
MemberAwesome - thank you! I was going blind and crazy. 🙂
rasolis
MemberHere's what Support gave:
.wrap, #header, #inner {
margin: 0 auto;
max-width: 1080px;
}
.mp-home #inner {
padding: 0;
max-width: 100%;
}to
.wrap, #header, #inner {
margin: 0 auto;
width: 1080px;
}
.mp-home #inner {
padding: 0;
width: 100%;
}rasolis
MemberHey Zig, you keep saying scroll down but the text link code is not in the modern portfolio css, I just confirmed with support. So I just have to add my own code. Thanks for the help though.
I pasted the following
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration: none;}
a:active {text-decoration:none;}Anthony
rasolis
MemberHey Zig -thanks for the info. I know how to make the changes, just unable to locate it in the CSS. Normaly I can do an Inspect Elements in Chrome or do Firebug, but it shows "User Agent..." and is related to the webkit.
rasolis
MemberNo Problem. 🙂 I was actually going to add my own logo but wanted the text there. But when I found out I could change the letter in the circle, I bit and did it.
rasolis
MemberHi WnB - there's a simpler way and got it from support. They added it to the theme's "How to" section.
You can change it to any letter you wish.
#title a:before {
background-color: #222222;
border-radius: 50% 50% 50% 50%;
color: #FFFFFF;
content: "M";
cursor: pointer;
display: inline-block;
height: 58px;
line-height: 2.5;
margin-right: 1rem;
padding: 0.1875rem 0.25rem;
text-align: center;
width: 58px;
}rasolis
MemberWhat did you do? I couldn't find that "M" in the images section and it only goes away if I deselect the "show text in header"...
Thanks!
rasolis
MemberLOL - doh! Thanks man, sometimes I forget these things. Perhaps why I moved away from web dev and focus more on servers. 🙂
-
AuthorPosts