Tagged: x
-
AuthorPosts
-
August 8, 2016 at 4:23 am #1121840
Right Angle SParticipantHi guys, how can I change the background of just the title section on our portfolio page so it matches our woo commerce products page seen in the attached image?
This is the page in question: http://sodrinks.co.uk/so-drinks-gin-sherry-vodka-drinks/
I’ve already tried the code below, but it makes the entire background grey and I would like just the rectangular strip under the image/behind the text to change colour:
.x-portfolio,
.x-portfolio .entry-wrap {
background: #f2f2f2;
box-shadow: none;
}.x-iso-container>.hentry {
padding: 0 0.5em 1em;
}.x-iso-container>.hentry:nth-child(1),
.x-iso-container>.hentry:nth-child(2),
.x-iso-container>.hentry:nth-child(3),
.x-iso-container>.hentry:nth-child(4){
padding-top: 1em;
}.x-iso-container>.hentry:first-child,
.x-iso-container>.hentry:nth-child(4n+1) {
padding-left: 1em;
}.x-iso-container>.hentry:nth-child(4n) {
padding-right: 1em;
}Thanks for your help!
Nick
August 8, 2016 at 5:35 am #1121909
ChristopherModeratorHi there,
Please try this code :
.page-template-template-layout-portfolio .entry-wrap.cf { background-color: red; }Hope it helps.
August 8, 2016 at 5:53 am #1121931
Right Angle SParticipantThat’s worked great, thank you very much!
Whilst I have you, is it possible to change the link of where the Site Icon directs you to?
So when you click it, instead of going to http://www.sodrinks.co.uk it goes to http://www.sodrinks.co.uk/gin-sherry-vodka-home/Thanks,
Nick
August 8, 2016 at 7:24 am #1122008
Paul RModeratorHi Nick,
You can add this under Custom > Edit Global Javascript in the Customizer.
jQuery(function($) { $('.x-brand.img').attr('href','http://www.sodrinks.co.uk/gin-sherry-vodka-home/'); });Hope that helps
August 8, 2016 at 8:04 am #1122047
Right Angle SParticipantHi,
Thanks for your help however that didn’t work for me.I believe it’s specifically the favicon logo displaying in the top left hand corner that I want to change the link to (screenshot attached) so it directs to http://www.sodrinks.co.uk/gin-sherry-vodka-home/
August 8, 2016 at 9:03 am #1122122
Paul RModeratorHi,
Please reduce the size of your screenshot and upload it again so we can see what you are referring to.
Thanks
August 8, 2016 at 9:34 am #1122161
Right Angle SParticipantThanks for pointing that out. Image re-uploaded.
Nick
August 8, 2016 at 10:57 am #1122270
ThaiModeratorHi Nick,
The javascript code is working fine.
Would you mind providing us with your admin account so we can take a closer look?
Thanks.
August 9, 2016 at 6:16 am #1123526
Right Angle SParticipantThis reply has been marked as private.August 9, 2016 at 8:51 am #1123691
Paul RModeratorHi Nick,
I added the code in your Custom > Javascript and I can see your logo is now linking to – http://sodrinks.co.uk/gin-sherry-vodka-home/
http://screencast.com/t/uNsy6Ulwif
Kindly clear your browser cache before checking.
Thanks
August 9, 2016 at 8:58 am #1123698
Right Angle SParticipantThat’s great, thank you very much!
Excellent service as always.Nick
August 9, 2016 at 10:05 am #1123819
RahulModeratorYou’re most welcome!
If you have anything else, let us know. We’d be happy to assist with you everything.
Thanks for using the X-Theme!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1121840 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
