Home › Forums › Pro Themes › Magazine Plus Pro › Read more button
- This topic has 59 replies, 2 voices, and was last updated 6 years, 10 months ago by wensolutions.
-
AuthorPosts
-
November 29, 2017 at 6:09 am #59351wensolutionsKeymaster
Hello @hansvjensen,
Always glad to help you guys .
Feel free to post if you have any issue further .
Best Regards!!
November 29, 2017 at 2:09 pm #59381Hans V. JensenParticipantHello 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
November 29, 2017 at 2:49 pm #59388Hans V. JensenParticipantI 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
November 29, 2017 at 10:58 pm #59419wensolutionsKeymasterHello @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!!
November 30, 2017 at 1:26 am #59429Hans V. JensenParticipantGood 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
November 30, 2017 at 2:20 am #59433Hans V. JensenParticipantHello 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?
November 30, 2017 at 2:47 am #59435wensolutionsKeymasterHello @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.pngSo 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!!
November 30, 2017 at 3:02 am #59437Hans V. JensenParticipantHello 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
November 30, 2017 at 5:03 am #59446wensolutionsKeymasterHello @hansvjensen,
Please use below given CSS for the single post .
.single .entry-footer { display: none; }
Hope this helps .
Best Regards!!
November 30, 2017 at 5:23 am #59450Hans V. JensenParticipantHello 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
November 30, 2017 at 5:32 am #59451Hans V. JensenParticipantWhy is site title not white?
There is no bvbfan.dk in title?
November 30, 2017 at 5:37 am #59452Hans V. JensenParticipantAlso the bottom line seems to be gone out the online version.
Why?
November 30, 2017 at 6:03 am #59453Hans V. JensenParticipantI found the title – but what about the bottom line?
And another little color slightly up to the right with Home?
/Hans
November 30, 2017 at 6:35 am #59456wensolutionsKeymasterHello @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!!
November 30, 2017 at 7:01 am #59457Hans V. JensenParticipantHello 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?
-
AuthorPosts
- You must be logged in to reply to this topic.