awesomeblogger
Forum Replies Created
-
If I add the following code, I am able to solve this partially:
.post-image-above-header .inside-article .featured-image {
margin-top: -50px !important;
margin-right: -50px !important;}
However, the image still doesn’t go to the left side. If I try adding left margin, it just centers itself.
Image: https://ibb.co/WcW5Qbv
Hey @ejcabquina, thanks so much for your comment, and so fast!
Here’s the link: https://ibb.co/MSTmmLL
So what I would like to do is just remove the blank space between the featured image and the container, on the top, left and right.
That doesn’t help, the navigation needs to be centered not left.
My question is how to make it closer to the site title.
Forum: Themes and Templates
In reply to: [GeneratePress] Changing the color of the comment count metadataThank you ejcabquina !
Yes, I actually came to the same conclusion just a moment ago and it worked!!
Awesome!!Forum: Themes and Templates
In reply to: [GeneratePress] Changing the color of the comment count metadataOkay, I solved it:
This is the code I used:
.comments-link a{
color: #FFA500 !important;
}It worked when I added that a letter before the {
Forum: Themes and Templates
In reply to: [GeneratePress] Changing the color of the comment count metadataCan someone help me please?
Forum: Themes and Templates
In reply to: [GeneratePress] Changing the color of the comment count metadataEDIT 4: I was able to change the background color, so I think .comments-link is actually the right selector: Image: https://ibb.co/y4p0Vv4
However, the color of the text itself still doesn’t change.
What should I do? What is interfering for the text color to change?
Thanks ejcabquina for your fast reply! Unfortunately I am not able to provide the site link.
Forum: Themes and Templates
In reply to: [GeneratePress] Changing the color of the comment count metadataEDIT 3: I am sending a photo so you can understand the issue better: https://ibb.co/p1mTRBn
As you can see from the image, I was able to change the color of the divider between the authors name and the comment count, using this code:
.comments-link {
color: #FFA500 !important;
}But I wasn’t able to change the color of the comment count itself that comes right after.
How can I do this?
Forum: Themes and Templates
In reply to: [GeneratePress] Changing the color of the comment count metadataEDIT 2: I was able to change the color if I am using the !important, but it seems I am using the wrong selector. What selector do I need for the comment count? I thought it was .comments-link but its something else.
Forum: Themes and Templates
In reply to: [GeneratePress] Changing the color of the comment count metadataEDIT: The color changes if I go to change the color from Customizer > Colors > Content > Entry Meta Links, however I would like only the comments count to have a different color, not the other links in the post metadata, which is also the author’s name.
Is there a way I can make the comments count have a different color regardless of the other links in the metadata?
Thank you, I was able to do it but what happens now is there is huge amount of space between the affiliate disclaimer and the start of the post. Is there a way to remove this space?
Q2: Is there a way to do this in the customizer, and not by adding additional CSS code?
Forum: Themes and Templates
In reply to: [GeneratePress] How to add a table of contents on the sidebar?Hey ejcabquina,
Thanks for your comment. I am not sure if I understand. I see that this plugin allows you to create a table of contents. But the table of contents is different for every post, and I want to put it on the sidebar, so that its fixed there as the user scrolls and can see the table of contents all the time. Are you saying that this plugin has the feature to put the table of contents it generates on the sidebar?Forum: Themes and Templates
In reply to: [GeneratePress] How to add a table of contents on the sidebar?Hey Leo, thank you!
And thanks for all the help, I deeply appreciate it!
So, this plugin allows to put Table of Content inside a widget?
What I would like to do is put it in a widget and put that widget on a sidebar so that for every post there’s a different table of contents on the side.
Do I have to use another plugin to do this?Thank you for your comment Leo.
What I would like to do is put the Additional CSS code into the theme files itself. Is there a way to do this?