Forum Replies Created
-
AuthorPosts
-
SkandhaParticipant
@tommyho: Yes, you can change the size of a featured image inside an article. Please post in your site URL.
Regards,
SkandhaSkandhaParticipant@ohmlabs: Please post in your site URL with the 3 widgets in the footer area. I will provide you with the CSS code to align the widget to the center of the footer!
Regards,
SkandhaSkandhaParticipant@connor1200: Go to => Appearance => Customize => Additional CSS and add the following CSS Code
.entry-title { display: none; }
Let me know if you have any more issues.
Have a good day!Regards,
SkandhaSkandhaParticipantHello @Roland, Sorry for the late reply! Go to => Appearance => Customize => Additional CSS and add the following CSS code.
.entry-meta { display: none; }
Let me know if you have any more issues!
Have a good day!Regards,
SkandhaSkandhaParticipant@Roland: Using CSS you can alter settings for different viewing formats using media queries. Check out the link to know more about media queries.
Have a good day!
Regards,
SkandhaSkandhaParticipantHello, @vasilvideomakers, Since you are working offline with your site, it`s hard for us to make changes without having a look at your site. Please post in you URL when your site is accessible!!
Have a good day!!Regards,
SkandhaJanuary 11, 2018 at 11:55 pm in reply to: Menu on mobile devices + space between logo and right top header #129608SkandhaParticipant@wouwonline: To align the button to the text in mobile devices Goto => Appearance => Customize => Additional CSS and add the following CSS Code.
@media screen and (max-width: 480px) { #menu-toggle-primary { margin-top: 60px; } .button-minimal.red { position: absolute; top: 205px; right: 95px; } h2.widget-title { position: absolute; top: 160px; right: 70px; } #call-to-action-widget .textwidget p { position: absolute; right: 105px; top: 180px; } a img { margin-bottom: 10px; } }
Let me know if you have any more issues!
Regards,
SkandhaSkandhaParticipant@Roland: I’m sorry that CSS Code was for the URL you posted on your last issue. I can’t seem to find meta in your gallery section with date and author info. Can you provide me the URL where exactly you want the changes to be made? If you mean to remove the date on top of the website Goto => Appearance => Customize => Additional CSS and add the following CSS Code.
#header-top { display: none; }
Let me know if you have any more issues!
Regards,
SkandhaJanuary 11, 2018 at 9:55 am in reply to: Menu on mobile devices + space between logo and right top header #129568SkandhaParticipant@wouwonline: To align the button with the text Goto => Appearance => Customize => Additional CSS and add the following CSS code
h2.widget-title { position: absolute; top: 50px; right: 40px; } .button-minimal.red { position: absolute; right: 55px; top: 105px; } #call-to-action-widget .textwidget p { position: absolute; right: 45px; }
Let me know if this solves your issue!!
Regards,
SkandhaSkandhaParticipantHello @connor1200, You seem to have put a black background color for the header (except on homepage) that is why it is not showing transparent as you scroll down. Goto => Appearance => Customize => Additional CSS add the following CSS Code to remove the background color and make the header transparent.
.header-bg #masthead { background-color: transparent; }
Let if know if this solves your issue!!
Regards,
SkandhaSkandhaParticipant@Roland: Presuming you are referring to the same URL you posted on your last issue Goto => Appearance => Customize => Additional CSS and add the following CSS code.
.on-date { display: none; }
Let me know if you have any more issues!
Have a good day!Regards,
SkandhaSkandhaParticipant@Roland: With the CSS code i provided you in the last reply the meta(Photo Title and Author) in the gallery photos will be hidden in all viewing formats.
Let me know if you have any more issues!
Regards,
SkandhaSkandhaParticipantHello @Roland Goto => Appearance => Customize => Additional CSS and add the following CSS Code.
.entry-title { display: none; } .by-author { display: none; }
Let me know if this solves your issue!
Regards,
SkandhaJanuary 9, 2018 at 11:31 pm in reply to: Menu on mobile devices + space between logo and right top header #129484SkandhaParticipantHello @wouwonline, To display menu on mobile devices Go to => Appearance => Customize => Additional CSS and add the following code
#menu-toggle-primary { color: #5b5b5b; }
The right top header looks fine at my end and the logo seems to be at left top.
Let me know if you have any more issues!Regards,
SkandhaSkandhaParticipant@rangeisclear: The standard list-style would have been a bullet but you seem to have uploaded an image of an arrow for that purpose. Anyways if you want to change it into a white arrow.
Go to => Appearance => Customize => Additional CSS and add the following code.ul { list-style: "\2192"; }
To make the border around the menu and the menu text transparent Goto => Appearance => Customize => Additional CSS and add the following CSS Code.
#access, #access ul li, #access ul li ul li, .menu-toggle, .dropdown-toggle::after { border-style: hidden; }
Let me know if you have any more issues.
Have a good day!Regards,
SkandhaSkandhaParticipant@rangeisclear: You seem to have used an image for that arrow. So to change the color of the arrow into white you will need to use an image of white arrow
Let me know if you have any more issues.
Regards,
SkandhaSkandhaParticipant@RangeIsClear: Please post in your site URL.
Regards,
SkandhaSkandhaParticipant@inkwaves: The recommended image size for featured image is Width: 800px and Height: 324px but you can use larger images as long as the aspect ratio of the images is same. I suggest you to crop the images into same size and aspect ratio and then upload it.
Let me know if this works out.
Have a good day!Regards,
SkandhaSkandhaParticipantHello @PeteGWebmaster, Goto => Appearance => Customize => Additional CSS and add the following CSS code.
.entry-title { text-align: center; font-weight: bold; }
Have a good day!
Regards,
Skandha -
AuthorPosts