-
AuthorPosts
-
May 28, 2015 at 6:50 pm #451359
Hi Support,
I’ve been pulling my hair out regarding changing the blog layout around. I’ve made a few minor changes via CSS but am trying to do the following:
– Remove the “Read More” under the title.
– Change the Meta data where it currently says in About Us.
– Remove the trailing slash in the Meta data after about us.Also, I noticed that bullets are shown on my categories in the sidebar, how do I remove them?
http://tinypic.com/r/2jbmg7q/8
http://tinypic.com/r/s4530o/8thanks for your help!
May 29, 2015 at 3:24 pm #451634Hi tylerjmorrison!
1. Please add this to Quick CSS:
.page-id-18 .read-more-link { display:none !important; }
2. I’m not sure what you mean by changing it, in what way?
3. Add the following to Quick CSS as well:
.page-id-18 .text-sep-cat { display:none !important; }
4. Add the following to Quick CSS:
#categories-2 ul { list-style: none !important; }
Regards,
RikardMay 29, 2015 at 4:30 pm #451684In terms of #2, as you’ll see in the first link, under the title it says “in About Us /”. Where is that file located so that I am able to change the structure? I’m looking to add something along the lines of “Listed in the category: (Category Name)”.
May 29, 2015 at 4:35 pm #451687I added the CSS mentioned above and it worked well! How do I properly remove the indented space next to the categories (Where the bullets were)?
Thanks!
May 31, 2015 at 6:24 am #452169Hey!
1.) Edit includes > loop-index.php, look for this code:
echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." ";
Adjust the “in” string.
2.) Looks like you figured it out.
Cheers!
IsmaelJune 1, 2015 at 12:10 am #452299That’s it! You’re the best! Thanks!
June 1, 2015 at 4:33 am #452317Also, on the link noted in my initial post, how do I go about moving the blog posts so that they align left rather than center?
June 1, 2015 at 10:57 am #452459Hey!
Please try the following in Quick CSS:
.page-id-18 .fullsize .template-blog .post .entry-content-wrapper { max-width: 100%; }
Cheers!
RikardJune 1, 2015 at 2:01 pm #452518I tried that, but it did not work! I even used !important.
June 1, 2015 at 2:10 pm #452525When I place the Blog Element in a 3/4 column, it then aligns left. However, I cannot get it to align left when it 100% width (1/1).
June 1, 2015 at 2:21 pm #452533This is what I have so far:
.big-preview.single-big { display: none !important; }
#top .fullsize .template-blog .post .entry-content-wrapper > *{ max-width: 100%!important;
}#top .fullsize .template-blog .post-title {
text-align: left!important;
font-size: 24px;
}#top .fullsize .template-blog .post-meta-infos{
text-align: left!important;
}June 1, 2015 at 9:10 pm #452773Fixed it! Thanks, support! Can now be closed.
-
AuthorPosts
- The topic ‘Files to Edit Blog Layout’ is closed to new replies.