Tagged: x
-
AuthorPosts
-
January 2, 2017 at 5:52 am #1312442
dpeParticipantI am trying to make the page title smaller and would also like to remove the space between content and title.
As a start I tried
h1.entry-title, h2.entry-title {
text-align: center;
font-size: 20px;
}which centered the title but I can not get the size to reduce.
Ideally I would like to remove the grey background to the title as well
Mike
January 2, 2017 at 6:00 am #1312452
ChristopherModeratorHi there,
Please change body background color under Customize -> Layout and design.
Update your code to :h1.entry-title, h2.entry-title { text-align: center; font-size: 20px !important; }Hope it helps.
January 2, 2017 at 6:43 am #1312470
dpeParticipantThats great, worked well, issue now is the large space between the title and the body, htp://www.dorsetphotoevent.co.uk
last issue is that if I have a featured image set it displays on the page, except that I do not want it to display on pages, only blog posts
Mike
January 2, 2017 at 6:50 am #1312483
ChristopherModeratorHi there,
Please add following code :
header.x-header-landmark.x-container.max.width { padding-bottom: 0; } .offset.cf { margin-top: 0; }No sure what you’re trying to achieve. Do you want to remove featured image from pages like this http://www.dorsetphotoevent.co.uk/promphotographer2016/?
If so, add following code :
.single-post .entry-featured{ display:none; }Hope it helps.
January 2, 2017 at 7:03 am #1312502
dpeParticipantThanks for the prompy answer, that has resolved it, many thanks
January 2, 2017 at 7:08 am #1312506
ChristopherModeratorYou’re welcome.
January 2, 2017 at 11:33 am #1312937
dpeParticipantSorry but can you explain where and how to add that code to remove the featured image please
Mike
January 2, 2017 at 12:02 pm #1312969
Nabeel AModeratorHi again,
You can add the above code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
Cheers!
January 2, 2017 at 1:17 pm #1313068
dpeParticipantSo I tried that and this is what I get http://www.dorsetphotoevent.co.uk/dorset-wedding-photographer.html so maybe I am missing something
MIke
January 2, 2017 at 1:41 pm #1313110
Nabeel AModeratorHi again,
Can you please explain what would you like to accomplish, so we can take a closer look? It seems like you’re also using a cache plugin. Please clear the cache and see if this resolves the issue.
Thanks!
January 2, 2017 at 1:47 pm #1313119
dpeParticipantCache was and is clear, I just want the featured image to not appear on pages, as in it appears on the wedding page and I dont want it there
Mike
January 2, 2017 at 1:57 pm #1313130
dpeParticipantI have disabled all caching plugins and the image is definitely there
Mike
January 2, 2017 at 2:00 pm #1313133
dpeParticipantJanuary 2, 2017 at 2:53 pm #1313212
Nabeel AModeratorHi again,
Please add the following code in your Customizer:
.page .entry-featured { display: none !important; }Let us know how this goes!
January 2, 2017 at 3:04 pm #1313219
dpeParticipantThat seems to have done the job, once again many thanks to the team
Mike
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1312442 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>

