Forum Replies Created
-
AuthorPosts
-
Skandha
Participant@tommyho: Yes, you can change the size of a featured image inside an article. Please post in your site URL.
Regards,
SkandhaSkandha
Participant@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,
SkandhaSkandha
Participant@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,
SkandhaSkandha
ParticipantHello @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,
SkandhaSkandha
Participant@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,
SkandhaSkandha
ParticipantHello, @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 #129608Skandha
Participant@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,
SkandhaSkandha
Participant@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 #129568Skandha
Participant@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,
SkandhaSkandha
ParticipantHello @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,
SkandhaSkandha
Participant@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,
SkandhaSkandha
Participant@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,
SkandhaSkandha
ParticipantHello @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 #129484Skandha
ParticipantHello @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,
SkandhaSkandha
Participant@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,
SkandhaSkandha
Participant@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,
SkandhaSkandha
Participant@RangeIsClear: Please post in your site URL.
Regards,
SkandhaSkandha
Participant@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,
SkandhaSkandha
ParticipantHello @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