lizzietschornow
Forum Replies Created
-
Thanks Siobhan… do you need all of this to change the circle size:
/* Changing the size of circles with no thumbnail */
.hentry.no-thumbnail{
border-radius: 220px;
width: 220px;
max-width: 220px;
height: 220px;
max-height: 220px;
}/* Changing the size of circles with a thumbnail */
.hentry {
width: 220px;
height: 220px;
}.blog .hentry a .attachment-post-thumbnail{
border-radius: 220px;
}.blog .hentry a:hover img{
border-radius: 220px;
}Forum: Themes and Templates
In reply to: [Spun] Adding title when hovering over circleAh thanks so if I installed this plug in, I would have more flexibility over fonts I used n the circles?
Forum: Themes and Templates
In reply to: [Spun] Adding title when hovering over circleAh – so because the current font ‘Baskerville’ isn’t included on the list does that mean it won’t work on all browsers?
Forum: Themes and Templates
In reply to: [Spun] Adding title when hovering over circleNot 100% sure on the font yet but would want the flexibility to change it and just wondered how easy it would be to do before deciding to do it.
Forum: Themes and Templates
In reply to: [Spun] Adding title when hovering over circleThanks, is it easy to change the text colour and font if you want to?
Forum: Themes and Templates
In reply to: [Spun] Adding title when hovering over circleSorry I meant if I left that bit out and just followed stages 1 and 2, would the text display all of the time?
Thanks
Forum: Themes and Templates
In reply to: [Spun] Adding title when hovering over circleThanks Andrew – I’ll try this. Will the text default to a certain colour?
Also, if I did input this bit
‘.blog .hentry span.hometitle {
display: none;
}.blog .hentry a:focus span.hometitle,
.blog .hentry a:hover span.hometitle {display: block;}’would it mean the text displayed all the time?
Forum: Themes and Templates
In reply to: [Spun] Why pages not posts?Thanks Andrew – if anybody can help that would be great.
Forum: Themes and Templates
In reply to: [Spun] Why pages not posts?Hi Andrew – here is the link: https://pastebin.com/Kt3vXzDX
Forum: Themes and Templates
In reply to: [Spun] Reducing the number of circles in a rowI’d like 5 of the 6 circles on my home page to link through to static pages and the other circle to link through to a blog, so I guess to function as a post rather a page?
Do I still need to make the change you suggested here:
‘A step back a minute, could you use this in your Child Theme style.css file instead:
@media all and (min-width: 1201px) {
.blog #main {
width: 60%;
margin: 0 auto;
}
}
Otherwise it’ll affect other pages that you don’t want affected.’Forum: Themes and Templates
In reply to: [Spun] Reducing the number of circles in a rowThanks Andrew – that’s brilliant! Will it be easy for me to use one of the pages as a blog? Do I need to change one of the circles to a post instead of a page to achieve this?
I really appreciate all of your help.
Forum: Themes and Templates
In reply to: [Spun] Reducing the number of circles in a rowCan I paste this directly into the stylesheet through my dashboard or do I need to update the root file and re upload through the FTP?
Thanks
Forum: Themes and Templates
In reply to: [Spun] Reducing the number of circles in a rowHi Andrew
Thanks I have 4 in a row now, which I may be able to work with. If I wanted to move to 3 what would I need to do?
Thanks
LizzieForum: Themes and Templates
In reply to: [Spun] Reducing the number of circles in a rowIt’s my homepage: https://www.hellohr.co.uk
Forum: Themes and Templates
In reply to: [Spun] Reducing the number of circles in a rowHi Andrew
I tried it and it doesn’t seem to have done anything – still showing 5 circles (pages) per row.My child theme style.css file looks like this:
/*
Theme Name: spun-child
Theme URI: http: //mysite.com/
Description: This is a custom child theme I have created.
Author: My Name
Author URI: http: //mysite.com/
Template: spun
Version: 1.07
*/
@import url(“../spun/style.css”);
@media all and (min-width: 1201px) {
#main {
width: 80%;
margin: 0 auto;
}
}