rileybetka
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Something is stopping me from formatting texthere is my CSS…if you look I changed the size of the font to 25 but it is not changing on the page – what does that mean when a portion of the text has a line through it?
Forum: Themes and Templates
In reply to: Move post title to top of post and format textThere seems to be something over-riding my changes to my style.css – for example – I just pasted this into my style.css file and it changed nothing
body {
font-size: 25px;
font-size: 1rem;
font-family: Helvetica, Arial, sans-serif;
text-rendering: optimizeLegibility;
color: #444;
}all of the changes that I made before to my style.css worked but I cannot for the life of me figure out how to change my fonts and stuff – this shouldn’t be so complicated… do you have any ideas?
Forum: Themes and Templates
In reply to: Move post title to top of post and format textI went and deleted the content.php that was in my childtheme and nothing appears to be different
Forum: Themes and Templates
In reply to: Move post title to top of post and format textyeah it says there are more characters but they look identical – I can just start with the base content.php from the twenty twelve theme – I don’t think I made any significant changes to it:
this is the original:
https://pastebin.com/tUAFrs4Scan you tell me which lines I need to change to adjust the post content?
Forum: Themes and Templates
In reply to: Move post title to top of post and format textI am trying to compare the 2 content.php files that I have here – I don’t remember what I changed in the one for my childtheme – it looks like the original one is 70 characters less and the same amount of lines…I can’t spot the difference yet but give me a minute…
Forum: Themes and Templates
In reply to: Move post title to top of post and format textThis is the content.php from my childtheme folder: is there any reason that it wouldn’t be active?? I can post the one from my twenty twelve theme folder – I haven’t changed that one at all
Forum: Themes and Templates
In reply to: Move post title to top of post and format textThere are a couple other things I would like to change in the post content – I would like padding to be smaller so the content doesn’t look so stretched out…I want to know how to change the color of the break bar between the posts (it’s white now I would like to make it orange)
Forum: Themes and Templates
In reply to: Move post title to top of post and format texthttps://pastebin.com/X86qnF4Y – content.php
I think I made one minor change to the content.php – most of the changes that I have made I did using Style.css
here is my style.css – https://pastebin.com/LZZM6y9m
it seems like these changes should be pretty easy to make but none of the code I find on the web seems to do anything – thanks for the help!
there is an option when I post the image to link to attachment – problem solved thanks!
twenty twelve
3.5.1
Forum: Themes and Templates
In reply to: How can I change the size of my posts content thumbnails?I just opened the content.php and put some values in – the line was already there…
Forum: Themes and Templates
In reply to: How to make a page of thumbnail images for category pageI take that back…it has added thumbnails to the posts on my main page
Forum: Themes and Templates
In reply to: How to make a page of thumbnail images for category pageThat’s what I thought so I tried it and it’s not doing anything…
https://pastebin.com/9m4zCxdeForum: Themes and Templates
In reply to: How to make a page of thumbnail images for category pagedo you know how I can incorporate the css on that page with the template file? I have uploaded it in the childtheme folder I have set up but I don’t know how to make that page load the css file.
if you look at this page he has included css but I just need to know how to make it work with my pagehttps://matthiaspabst.de/wordpress-thumbnailseite-mit-artikelbildern/