Home Forums Pro Themes Magazine Plus Pro Read more button

Viewing 15 posts - 31 through 45 (of 60 total)
  • Author
    Posts
  • #59351
    wensolutions
    Keymaster

    Hello @hansvjensen,

    Always glad to help you guys .

    Feel free to post if you have any issue further .

    Best Regards!!

    #59381
    Hans V. Jensen
    Participant

    Hello Wen,

    Hello Wen,

    I have just two questions for the finish.

    1) Should the little arrow be up by date?
    How can it be removed?

    2) Is it meant that the white line under news should be so high?
    Can you not change color or height?

    /Hans

    #59388
    Hans V. Jensen
    Participant

    I can see that the little arrow shown is shadow. It will come on black background?

    But then the white line is still under news. I still want to change that to black? The white is just tall enough. Can I not it change?

    /Hans

    #59419
    wensolutions
    Keymaster

    Hello @hansvjensen,

    To remove the arrow in the top header section use below given CSS.

    #tophead .head-date::after {
    border-top: 6px solid #000;
    }

    Now to remove the white border below the posts use below given CSS if it is blog page .

    .blog .entry-footer {
        display: none;
    }

    If it is archive page use below given CSS.

    .archive .entry-footer {
        display: none;
    }

    Hope this helps .

    Best Regards!!

    #59429
    Hans V. Jensen
    Participant

    Good morning my friend,

    Unfortunately, it did not help completely. In the top, I now get a smaller arrow. However, it is only on the front page? I have enlarged it up into dumped. Can you do something about it?

    The white field now looks great in archives, but in news it is still bad. Can it be corrected to black?

    I really hope the best for the final finish.

    /Hans

    #59433
    Hans V. Jensen
    Participant

    Hello Wen,

    I can also see that there is still too much white in the archive for dumped. If you click on under the category, it looks fine now. But on both the archive page and the news pages, I would like to look like black.

    Is it possible?

    #59435
    wensolutions
    Keymaster

    Hello @hansvjensen,

    When we checked the CSS locally it is working absolutely fine as you can see in below screen shot .
    https://image.prntscr.com/image/W-CRicoGQhCdu-R-y4Ldhg.png

    So please make sure you have included the proper CSS in Additional CSS . Also once try by using below given CSS.

    #tophead .head-date::after {
    border-top: none;
    }

    Now to remove the white border in the individual page use below given CSS.

    .page .entry-footer {
        display: none;
    }

    Hope this helps .

    Best Regards!!

    #59437
    Hans V. Jensen
    Participant

    Hello Win,

    I will show you it with arrow when the page goes online. There is only that and the white hero in the NEWS that is missing? Illustrated in dumped with “Sahin: …” on ticket 1:26 am. Do you have a CSS code for that?

    My CSS right now is set up to:

    .widget-title::after {
    background: #000000 none repeat scroll 0 0;
    }
    .widget-title {
    border-bottom: 2px solid #000000;
    }
    .single nav.navigation.post-navigation {
    display: none;
    }
    .archive a.read-more {
    background: #000;
    }
    .top-news {
    width: 70%;
    }
    #news-ticker, .news-ticker-inner-wrap {
    width:80%;
    }
    #tophead .head-date::after {
    border-top: none;
    }
    .blog .entry-footer {
    display: none;
    }
    .archive .entry-footer {
    display: none;
    }
    .page .entry-footer {
    display: none;
    }

    It works fine enough. Apart from the bottom of the news.

    /Hans

    #59446
    wensolutions
    Keymaster

    Hello @hansvjensen,

    Please use below given CSS for the single post .

    .single .entry-footer {
        display: none;
    }

    Hope this helps .

    Best Regards!!

    #59450
    Hans V. Jensen
    Participant

    Hello Wen,

    Yeeeees! It helped. Thank you.

    The site is now online http://bvbfan.dk/

    As you can see if you put the mouse over the Home button. Then there is another little color slightly up to the right? Can it be fixed?

    Now I have not been to the details yet. But I notice https://image.prntscr.com/image/W-CRicoGQhCdu-R-y4Ldhg.png the top menu you have on page with Facebook, Twitter and so on.

    Can the links also be made with other seperate sites – or is it only for social media?

    /Hans

    #59451
    Hans V. Jensen
    Participant

    Why is site title not white?

    There is no bvbfan.dk in title?

    #59452
    Hans V. Jensen
    Participant

    Also the bottom line seems to be gone out the online version.

    Why?

    #59453
    Hans V. Jensen
    Participant

    I found the title – but what about the bottom line?

    And another little color slightly up to the right with Home?

    /Hans

    #59456
    wensolutions
    Keymaster

    Hello @hansvjensen,

    Glad we could help you .

    Now your queries has been answered below :

    To remove the dots above the menu section use below given CSS.

    .main-navigation li.home-menu.current-menu-item a::after {
        border-top: none;
        border-left: none;
       
    }

    The border at the footer does not appear because it is only shown for max width of 1024 . But if you still want to display the border at the button in desktop use below given CSS .

    #primary, body #content .sidebar {
        border-bottom: 1px solid #dddddd;
       }
    
    #pl-2 .so-panel:last-child {
        margin-bottom: 20px !important;
    }

    Also as for the social links, you can definitely add your own custom links in the header section .

    Hope this helps .

    Best Regards!!

    #59457
    Hans V. Jensen
    Participant

    Hello Wen,

    Thank you my friend. I’m so happy for your help. It is outstanding.

    Just one last thing. Can not the red color be changed (Yellow) by searching the menu?

Viewing 15 posts - 31 through 45 (of 60 total)
  • You must be logged in to reply to this topic.