Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #738260

    Hey guys

    Please have a look at the screenshot and/or page itself. Login details are below.

    Changes I’d like to make are the following:
    1) make title (blue) smaller, tried it with font-size under *title* (see css codes below) but it didn’t work.
    2) Change size of date (number 11 but also the month and year below: Jan 17)
    3) can the pdf Icon be moved, e.g. next to “Immo-News” on the right, below the title?

    http://realit2015.ch/wp-content/uploads/2017/01/News.jpg

    http://realit2015.ch/?page_id=3473

    Those are the CSS codes I can edit. I’ve tried a few things out but nothing seemed to work.

    /******–News Page–*****/
    .news-inner-page .news-pdf-icon{
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding: 10px 45px;
    background-image: url(“http://realit2015.ch/wp-content/uploads/2017/01/pdf-e1485332188736.gif”);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    }
    /*News Content*/
    .news-inner-page .news-content-excerpt{
    font-size:13.5px;
    }
    /*News Title*/
    .news-inner-page .news-title{
    font-weight:normal; font-size: 14px!important;
    }
    .news-newsletter .date-post{
    padding-right:12px;
    }
    .news-inner-page .news-thumb{
    width:100%;
    height:auto;
    }
    .news-inner-page .grid-news-thumb{
    height:auto;
    }

    Thank for the help.

    Kind regards,
    Aline

    #740218

    Hey Aline,

    1&2 – Please use following code instead

    .news .news-title a {
        font-size: 16px;
    }
    .date-post h2 span {
        font-size: 16px;
    }

    3- Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Yigit

    #740225

    Hey Aline,

    Please update the theme to the latest version. That should fix any issues you are currently experiencing :)

    To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)

    If that does not help, feel free to reply here and we will take a closer look at the issue. In that case please also add your WordPress login credentials (in the “private data” field) so we can take a look at your admin area

    Best regards,
    Andy

    #740227

    Okay no problem and it worked, thank you.
    Can the date (day) also be hidden so that only month and year is showing?
    and instead of moving the pdf icon, can the title be linked to a specific pdf?

    Kind regards,
    Aline

    #740674

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .date-post h2 span {
        display: none;
    }
    

    Best regards,
    Yigit

    #743760

    Thanks Yigit, that worked just fine.

    View post on imgur.com

    Is it possible to link the title to its pdf (instead of the pdf Icon below) and link the photo so when you click on it, it opens full size.

    Kind regards,
    Aline

    #743891

    Hi,

    Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Yigit

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