• Resolved fastged007

    (@fastged007)


    hey guys, I need help in this particular problem, I didn’t touch anything weird but then one day when I log in to my page again and saw the Big title Section Title went missing. There is suppose to be a big title “Anything You need, We have it” but it seems to went missing out of a sudden. I’m very new to web building and also had almost no idea about CSS codes. Much help would be appreciated.

    Link to Image:-
    https://prntscr.com/ul74kz

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @fastged007,

    This issue might be occurring due to a plugin conflict. So please deactivate all plugins and check if it resolves your issue and after that try activating the plugins one by one to find problematic plugin. Then replace it with an alternate plugin.

    Thread Starter fastged007

    (@fastged007)

    Hi @betydbr ,
    I tried deactivating all my plugins but it didn’t work. Could it be a CSS I had recently added?
    This is current additional CSS Code that I had placed recently:-

    @media (max-width: 768px){
    .title-logo-wrapper a:after{
    padding-left: 5px;
    content: “Syarikat Carlane Sdn. Bhd”;
    font-size: 20px;
    font-family: Serif;

    font-weight: 700;
    display: inline;

    }
    }
    @media (min-width: 768px){
    .title-logo-wrapper a:after{
    padding-left: 5px;
    content: “Syarikat Carlane Sdn. Bhd”;
    font-size: 50px;
    font-family: Serif;

    font-weight: 700;
    display: block;
    white-space: nowrap

    }
    }
    .navbar-brand {
    display: flex;
    align-items: left;
    }
    .page-header.header-small .container{
    padding-top: 300px !important;
    padding-bottom: 150px !important;
    }
    .author {
    display: none;
    }
    @media (max-width: 768px){
    .blog-sidebar-wrapper{
    display: none;
    }}
    h1.hestia-title {
    display: none;
    }
    @media only screen and (max-width: 480px) {
    /*Following is for the font size*/
    .page-header.header-small .container .hestia-title {
    font-size: 100px !important;
    /*The problem with using that alone is the logo would look off when changing the header, so this is what the following CSS is for*/
    margin-top: -20% !important;
    }

    /*For the header size*/
    .page-header.header-small {
    min-height: 0px !important;
    height: 300px !important;
    }

    Please try to delete the CSS for the moment and check and also clear your browsing cache.

    • This reply was modified 5 years, 8 months ago by Betty.
    Thread Starter fastged007

    (@fastged007)

    @betydbr yes betty, that worked, turns out it was one of the css code i added thank you

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Big Title Section Title is missing’ is closed to new replies.