Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #797067

    Hi,
    I understand that if I use the advanced editor the blog post title does not appear by default.
    Here is the blog post I’m trying to change: http://loosyourselfabroad.com/2017/05/20/i-just-cant-help-myself/

    I went to Title Bar Settings > Display only title but the title doesn’t look like the default one from the theme which is what I’d like to use: http://loosyourselfabroad.com/2014/08/24/a-nice-entry/

    Thank you!

    #797086

    Hey Andrew,
    Try this code in the General Styling > Quick CSS field:

    .title_container .main-title {
        font-size: 2em !important; 
        text-align: left;
        letter-spacing: 1px;
    font-family: 'Roboto'!important; 
        font-style: normal!important; 
        font-weight: 300!important; 
    }
    #top .alternate_color.title_container .main-title a {
    color: #000 !important; 
    }
    #top .title_container .container {
        padding-top: 0px!important; 
        padding-bottom: 0px!important; 
       
    }
    .alternate_color.light_bg_color.title_container {
     background-color: transparent!important; 
    border-color: transparent!important; 
    }
    
    .main_color.container_wrap_first.container_wrap.sidebar_right {
     background-color: transparent!important; 
    border-color: transparent!important; 
    }

    Best regards,
    Mike

    #797846

    Hi Mike
    I tried the code you gave me and put it in the quick css box, but didn’t see any difference in the header. Did I need to switch some sort of option on for it to trigger?

    • This reply was modified 7 years, 6 months ago by prospanicatc.
    #798979

    Hi,

    Sorry for the late reply!

    Link i attached in private content field cannot be found. I checked your other post and i can see Mike’s code is working fine.

    Please flush browser cache and refresh your page a few times. If that still does not help, please post a screenshot and show the changes you would like to make so we can make sure that we are on the same page :)
    You can upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Best regards,
    Yigit

    #802402

    Thank you for your help, this issue has been resolved

    #802519

    Hi,

    Great, glad we could help. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Show Blog Post Title’ is closed to new replies.