ronangelo
ParticipantForum Replies Created
-
Quote:Hi Ronanagelo,
I see what you mean. But then the problem is if I do that, then it still would look mess up. See this category page right here:
http://soundbirth.com.au/category/birth/
I can’t see what’s supposed to be wrong with that.
The thumbnails are on the left and the text excerpts are on the right.
What do you specifically want to accomplish?
Your Blog page looks like a single post with links on it.
I understand you want it to look like a front page that show excerpts of your posts. Is this correct?
I’m no expert, but the way I would do it is to link the “Blog” in the menu to
something like this:
http://soundbirth.com.au/category/blog/and update your chosen post adding a blog category to them.
after you press upload there will be an option.
When you upload an image to be used as header, there will be two options
- Crop and Publish
- Skip Cropping, Publish As Is
upload again and choose Skip Cropping, Publish As Is
There’s an option for that
Graphene Options -> Display -> Post Display OptionIt would help if you post the url so people can take a look.
add this to you Custom CSS Option
#nav {
display: none;
}It seems that the settings that’s loading last is the one on options but it’s not the one you chose.
Try to change the color present, save then change back to default color.. save.
Then you can either try to adjust the colors again on the Color Options or add your CSS code in the Custom CSS option.
I recommend that if you plan to add your own css, add it using the Custom CSS or on a Child Theme
maybe your adding it to the wrong object. I searched for a color #940011 and it appears only as a text shadow.
- Just to make sure.. you pressed “save” at the Graphene Options?
- what codes did you add and have you tried the “Custom CSS” option in Graphene?
nice avatar.
add this in Custom CSS option.
.header_title {
bottom: -40%;
}
.header_desc {
top: 50%;
}you can change the numbers to adjust to your desired placement..
