
-
AuthorPosts
-
July 8, 2015 at 4:14 pm #470362
Hello,
Sorry, I responded to quickly to my other topic on this before completely checking everything out. I was able to change the titles to have the boxes around them, but I am unable to change the font size of all of my titles to 25px in lowercase, I can put it in my css but it doesn’t take over.
Thanks!
AliciaJuly 9, 2015 at 8:40 am #470657Hi Alicia!
Please try the following:
.widgettitle { background: pink none repeat scroll 0 0; color: white !important; padding: 10px; font-size:25px !important; text-transform: none !important; }
Also please link to your previous topic so that we can find the information you have provided previously.
Cheers!
RikardJuly 10, 2015 at 8:19 pm #471709Hi Rikard,
Worked great! And sorry for not linking to previous topic.
Would you be able to help me with one more thing; I’m looking to move my blog dates on my preview page to be beside my feature image with the title remaining above which i’ve already adjusted through my php. folder. I would like to have the date beside the image in a colored box #97d1ce. It would be the Day first underneath would be shortened month, and then year. Is that possible?
Thanks!
AliciaJuly 12, 2015 at 10:27 am #471994Hi!
Could you provide us with a link to the site in question so that we can take a closer look please?
Cheers!
RikardJuly 13, 2015 at 1:43 pm #472408July 14, 2015 at 5:14 am #472809Hey!
You can move the whole block to the right of the image using the following in Quick CSS:
@media only screen and (min-width: 768px) { .entry-content-header { width: 25% !important; display: inline-block !important; float: right !important; padding-left: 2% !important; } }
Moving just the date would mean altering the source files and I don’t know if you are comfortable with that or not?
Regards,
RikardJuly 14, 2015 at 2:59 pm #473206Hi Rikard,
I would be comfortable with altering the source files, not really liking the look with everything being on the side.
Thanks!
AliciaJuly 15, 2015 at 7:27 pm #473934Hi Rikard,
I also don’t mind just moving the date in the formatted box beside the title instead of the image if that might make things a little easier?
Alicia
July 16, 2015 at 1:29 pm #474263Hey!
Can you please provide a screenshot of the layout that you want? You can use imgur or dropbox.
Regards,
IsmaelJuly 17, 2015 at 2:26 pm #474953Hey Ismael!
Here’s a sample of what I am hoping to achieve! https://www.dropbox.com/s/vuoa2r4osbbg8e8/20150717_082316.png?dl=0 .
Thanks!
AliciaJuly 20, 2015 at 9:48 am #475647Hey!
Thank you for the screenshot. It’s possible to move the position of the title, date and author but creating a box layout and custom formatting for the date is a bit complicated. You will have to modify the loop-index.php file. This will require some custom work so you have to hire a freelance developer or contact codeable: http://kriesi.at/contact/customization
Regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.