Forum Replies Created
-
AuthorPosts
-
defree99
ParticipantI added this below but it did not take effect.
.post-id-1502 {
font-family: PT Sans, sans-serif;
font-weight: 300;
line-height: 1.625;
}defree99
ParticipantThanks. I found these too, but couldn't get them to work. But maybe I'll try again.
defree99
ParticipantThanks!
defree99
ParticipantThanks!
I didn't know that worked in widgets.
defree99
ParticipantOK thank you.
defree99
ParticipantThanks!
defree99
ParticipantThanks!
I chose the second option and it worked.
I'm assuming this is a bug, since it's a new theme.
If you are part of the StudioPress team, maybe you can notify them about this?
defree99
ParticipantThanks!
defree99
ParticipantThank you!
It worked perfectly.
defree99
ParticipantThanks!
defree99
ParticipantOK thanks. That helps a lot actually.
But can't find this inline CSS in order to edit it.
How do I edit this inline CSS?
defree99
ParticipantYes, that's the one.
I already had the correct color settings:
.site-footer {
background-color: #0077b8;
padding: 20px;
text-align: center;
}But for some reason, the light blue is still not changing.
defree99
ParticipantThanks!
The font change worked great.
But for some reason the light blue in the footer is not changing. I'm trying to match the blue just above it.
Can you see what I'm doing wrong?
defree99
ParticipantThanks Jonathan! It worked perfectly.
defree99
ParticipantPerfect. Thanks!
defree99
ParticipantThank you!
defree99
ParticipantI'm using the Enterprise Pro theme.
It's not working for me, but here's what I did:
/* Tables
--------------------------------------------- */
@media only screen and (max-width: 680px) {
table {
border-collapse: collapse;
border-spacing: 0;
line-height: 2;
margin-bottom: 40px;
width: 100%;
}tbody {
border-bottom: 1px solid #ddd;
}td,
th {
text-align: left;
}td {
border-top: 1px solid #ddd;
padding: 6px 0;
}th {
font-weight: 700;
text-transform: uppercase;
}
}defree99
ParticipantThanks!
defree99
ParticipantThanks for finding this.
I put the following into my Functions file but it not work:
//* Reverse Post Order
add_action(‘genesis_before_loop’, ‘child_before_loop’);
function child_before_loop () {
global $query_string;
query_posts($query_string . "&order=ASC");}
Can you see what I did wrong?
defree99
ParticipantThanks!
-
AuthorPosts