Dear developer, I really love this theme, but I don’t think it’s working on mobile devices (phone + tablet). I think it’s having 3 bugs: 1) the UI is totally messed up, and 2) the search bar is auto selected on my iPad 12.9″, showing “Recent News” by default, and 3) the menu collapse icon is not working. If this can be a quick fix it’ll be super appreciated!!!
]]>On the Homepage and all other pages, the Primary Menu is displayed as white. This works fine when the background image is dark, however on posts pages, the background is white which makes the Primary Menu disappear.
Is there a way to dynamically change the colour of the Primary Menu depending on whether the page is a post or some other page?
]]>Hi, I’d like to change the color of the tags at the bottom of the post (currently too dark). Is there code I can input into Additional CSS to make that happen? I tried the following with no results.
.categories-color-blog {
color: #2b5a9a;
}
Any help would be appreciated!
]]>I’ve tried a variety of CSS codes to remove the gray overlay from my header image so that it is the true color, not a darker version, but I haven’t been able to find advice for this specific theme and maybe that’s my issue. Can anyone recommend some CSS for me to try?
]]>I was wondering where to find the height setting form the homepage slider bar and blog post title area? I’d like to reduce it if possible.
Thanks
I am trying to show more than the 7 words from the title and 18 words from the content on the Home Page (latest posts).
I tried modifying the index.php file in each location that says:
<?php echo wp_trim_words($title, 7);?>
to <?php echo wp_trim_words($title, 25);?>
and
<?php echo wp_trim_words($content, 18);?>
to <?php echo wp_trim_words($content, 55);?>
but that didn’t work.
The parent theme Daron allows longer titles and content on the Home Page. Is there something else that’s limiting the words displayed?
]]>How do I use Different logos for mobile and desktop using Bloglane Template
]]>I was hoping for some assistance in being able to centre the featured images of blog posts. I have added the following code to Appearance>Customize>Additional CSS
.attachment-post-thumbnail {
margin: 0 auto;
}
But it does not seem to work in centring the image.
Is anyone able to assist?
]]>