Tagged: CSS
-
AuthorPosts
-
May 17, 2019 at 12:07 pm #1101742
Dear all, I have added the following code in the Quick CSS field but it isn’t working:
/*----------------------------------------- // CSS - Blog title alignment //----------------------------------------*/ /* Align Blog Title */ #top.page .entry-title { text-align: left !important; } /*----------------------------------------- // CSS - Remove slash in blog grid meta //----------------------------------------*/ .slide-meta .slide-meta-del { display: none !important; } .slide-meta div{ margin-right: 5px; }
Thanks for your help! Best regards.
May 17, 2019 at 3:44 pm #1101843Hey albertgarduno,
Add it to the very top so it runs first. Also, clear the cache a few times over.
Best regards,
Jordan ShannonMay 17, 2019 at 4:48 pm #1101865Hi Jordan,
I’ve done both things but so far it doesn’t work. Any other ideas?
Thanks in advance!
Best regards,
Albert
May 17, 2019 at 5:31 pm #1101886Hi,
If you put that in css by itself, with no other code does it work?
Best regards,
Jordan ShannonMay 17, 2019 at 5:34 pm #1101887Hi,
No, it doesn’t.
Thanks,
Albert
May 17, 2019 at 5:42 pm #1101893Hi again Jordan,
I just realized that the code I was using to align the title it works. It aligns the title in the archive pages. However, my aim was to align it left on the single posts. In addition, I also want to align left the text (now it’s justified). Do you know what code I should use for all that?
Sorry for the misunderstanding!
Best regards,
Albert
May 19, 2019 at 5:00 am #1102166Hi Albert,
Please try this to left align the title on your posts:
.template-blog .post-title { text-align: left; }
Best regards,
RikardMay 20, 2019 at 9:50 am #1102421Hi Rikard,
Thanks, it worked! I only had to add an “important!”.
Now I just need to remove the slash after the date but I don’t find the appropiate code. Could you help me with that too please?
Thanks in advance!
Best,
Albert
May 20, 2019 at 10:06 pm #1102601Hi,
Add this to quick css:
article .text-sep.text-sep-date{ display:none!important; }
Best regards,
Jordan ShannonMay 21, 2019 at 9:47 am #1102763Hi Jordan,
It worked. Thanks a lot! All my problems are solved :)
Best regards,
Albert
May 21, 2019 at 4:41 pm #1102920Hi Albert,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘Quick CSS not working’ is closed to new replies.