Pyratus
Forum Replies Created
-
I’d really appreciate a reply to this because I don’t want to launch my site without it being ready to go, otherwise I’ll have to find another theme to be ready in the next few days.
Can’t edit my original post, sorry.
The website is https://www.flymagpiefly.com
Thanks ??Forum: Themes and Templates
In reply to: [Minamaze] Changing inner border coloursMarking as resolved for this issue ??
Forum: Themes and Templates
In reply to: [Minamaze] Changing inner border coloursThat works fine, thanks ?? I’ll hunt through the code to work on removing the excerpt function. Again, you rock!
Forum: Themes and Templates
In reply to: [Minamaze] Changing inner border coloursThanks ??
If I could ask you.. I do need a bit more help!
Two things;
The main page, I don’t want the posts to be truncated with “read more,” I’d like them just to display in full (see https://www.flymagpiefly.com ‘s most recent post for a test post.)Also, I would like to put some CSS that would give my image a border around it by default (2px white margin then 1px #238abe border around that, if possible.)
You’re the best ??
Forum: Themes and Templates
In reply to: [Minamaze] Changing inner border coloursHooray! Ellp you’re my saviour and my new favourite person ?? Thanks so much!
Forum: Themes and Templates
In reply to: [Minamaze] Changing inner border coloursHeya, that didn’t seem to work, sorry ??
Forum: Themes and Templates
In reply to: [Minamaze] Changing inner border coloursHeya.
That code got rid of the strange bit on the top of each box but the odd diagonal dash remained at the bottom. I removed the ‘border: 1px dashed #238ABE;’ part from the second part of that code and although the parts are no longer boxed and just underlined I think it looks okay.
The only thing remaining from the border issue is that on each individual post (as seen here; https://flymagpiefly.com/wordpress-resources-at-siteground/) at the top of the post there is that strange line again. Do you know how I can get rid of it?
https://i.imgur.com/FBBRgr6.jpg
Thanks so much for your help ??
Forum: Themes and Templates
In reply to: [Minamaze] Changing inner border coloursThat worked for the slider, yes ?? And I edited a few other bits in the main style.css in a similar fashion that seems to have worked. However, if you see where I’ve circled it looks strange. Do you know what’s happened?
https://i.imgur.com/t8q98co.jpg
You’re so helpful, thanks a bunch ??
Forum: Themes and Templates
In reply to: [Minamaze] Changing inner border coloursI think you have what I mean mistaken.
I already have that code in my CSS to change the border around the outside. I want to change the inside borders (all the ones that are grey) TO the blue colour that’s the same as the dashed one outside.
Not the other way around ?? Sorry if it wasn’t clear.
Thanks for any help!Forum: Themes and Templates
In reply to: [Minamaze] Changing inner border coloursI’m so sorry, I thought I linked it in this post! https://www.flymagpiefly.com
Thanks ??I managed to work it out myself by adding this to header.php;
<div class=”wrapper”>
<div class=”logo”>
“><img src=”https://flymagpiefly.com/wp-content/uploads/2014/07/banner1.png” alt=”Fly, Magpie, Fly – Fashion, Beauty and Lifestyle Blog” /></div>
<?php /* if (is_home()) echo( ‘<h1 id=”title”>’); else echo( ‘<div id=”title”>’);?>“><?php bloginfo( ‘name’); ?><?php if (is_home()) echo( ‘</h1>’); else echo( ‘</div>’); */?><body <?php body_class(); ?><?php thinkup_bodystyle(); ?>>
<div id=”body-core” class=”hfeed site”>Ignore what I said about the text, fixed that. Other problem still stands though :<
Thanks, that helped.
I could turn off the slider, I just need that image to be a header that links back to the homepage – using the slider or using CSS I don’t mind.
I also can’t seem to get rid of the text (although it’s in white) over the header image.