Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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!
    Alicia

    #470657

    Hi 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!
    Rikard

    #471709

    Hi 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!
    Alicia

    #471994

    Hi!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Cheers!
    Rikard

    #472408
    #472809

    Hey!

    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,
    Rikard

    #473206

    Hi Rikard,

    I would be comfortable with altering the source files, not really liking the look with everything being on the side.

    Thanks!
    Alicia

    #473934

    Hi 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

    #474263

    Hey!

    Can you please provide a screenshot of the layout that you want? You can use imgur or dropbox.

    Regards,
    Ismael

    #474953

    Hey Ismael!

    Here’s a sample of what I am hoping to achieve! https://www.dropbox.com/s/vuoa2r4osbbg8e8/20150717_082316.png?dl=0 .

    Thanks!
    Alicia

    #475647

    Hey!

    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

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.