Cubic Theme
-
I’m creating a blog using the “Cubic” theme by automattic, i’d like to know just a thing, when i put the feature image on the “cube” on the home page of the blog this image goes also into the article on the top, well is there a way to put in the article a different image respect to the one put on the home?
-
There isn’t a way to put two different images in the those places, as the theme is designed to pull in the same image in both spots.
With some Custom CSS, you could manually change one of the images, but that would be a bit tedious as it would need to be done separately for every post.
Let me know if you have any other questions!
-
-
-
Hi, i have another question fot Cubik. How can i remove the dates from the posts in the front page?
-
photomium – looks like you hid the dates with this:
footer.entry-meta { visibility: hidden; }If you’re happy with that, cool1
If you want to be a little more specific with the targetting, you could try this instead:
.blog .posted-on { visibility: hidden; }If you also want to reduce the blank space where the dates were, this would work instead of the above:
.blog .posted-on { display: none; } .blog .entry-title { padding-top: 15px; }If you need help with CSS Customization tweaks in the future, please start a new thread here:
-
hii! could you please help me with changing the color of the entering line of the sites in a cubic theme, the one on the top of every page, i would like to load it, but not in a standard green-blue,as it comes in :) also maybe with changing the color of the hover-color of images.
Thank You in advance! :) -
You can check new WordPress themes. All of them are looks amazing! You might like them all!
-
@chillychill22, we cannot upload themes at WordPress.com. We can only use the themes listed at https://theme.wordpress.com/ .
@kattsekk, I’m seeing Edin on the site linked to your username with no content. If you need help with Edin, can you please start a new thread? Thanks in advance.
-
Hello,
I have a problem in cubic because my featured images are cut automatically by the system with no options. Do you know how can I solve that?
Tks
-
nos2eomundo – I replied in your other thread.
- The topic ‘Cubic Theme’ is closed to new replies.