alxcrbie
Forum Replies Created
-
hey man, thanks for your reply! I have managed to solve it myself – miracles do happen.
So for anyone else struggling with this in the billions theme (or any other) this is the code to isolate the font in the page content.
.content p {
font-size:14px;
color: #333;
}If you just put .p {…. Then it wont work. As I am only creating pages not posts, this may be why.
Hope this helps – Andrew, thanks again for the response.
Alx
There is no custom css option, it doesnt have a child theme either.
I find this piece of code in the stylesheet:
body {
background: #cccccc;
color: #333;
font: normal 12px/18px Arial, “Helvetica Neue”, Helvetica, sans-serif;
margin: 8px;
}But if i change the font to 14px instead of 12 it effects all of the text in the menu bar and the header. I just want to change the text in the body of the pages.
Is there anyway i can modify the code above so that it just changes the page body text?
It seems an odd discrepancy in a theme where your paragraph, menu, and sub-title all have the same font…..
Many thanks
Alx
Forum: Fixing WordPress
In reply to: Dont show page title on pageI dont seem to be able to edit the menu that sits at the top of my page just underneath my header. It automatically shows any page i add but i cant edit it. When I go to menu’s I can only see the menus that appear on the left hand side of my page.
Forum: Fixing WordPress
In reply to: HTML in page to show posts of a certain categoryvtxyzzy just used the plugin – very simple. Great, it all works how it should.
Many Thanks
Forum: Fixing WordPress
In reply to: Dont show page title on pageI have created a new menu with my pages and saved it, but it isnt showing up on my site anywhere.
Forum: Fixing WordPress
In reply to: Dont show page title on pageThanks esmi i’l take a look and see what i can do.
Forum: Fixing WordPress
In reply to: HTML in page to show posts of a certain categorythanks vtxyzzy, im sure the plugin works fine but i want to solve this with wordpress as it should be super easy. Like a html command (showposts=”posts”). Most WP sites must have pages that do this.
Il have another look at the codex.
Thanks again
Forum: Fixing WordPress
In reply to: Line breaks Cont…This is good advice, I was switching back and forth as sometimes I needed bulletpoints, and that is easier in the editor.
But as you said if you dont switch you dont have any problems
Many Thanks
Alex
Forum: Fixing WordPress
In reply to: Line breaks Cont…If you are writing a post, you cant just hit enter in the “visual” tab because it wont show up and will just be deleted the minute you save or preview. So you go into the “html” tab and put in a line break
but WP gets rid of this as soon as you save or click the visual tab.If you type ‘force line break’ into the search there are a lot of people complaining but they are mainly old posts.
I have been looking through the codex but nothing as yet.
Forum: Fixing WordPress
In reply to: Specify what part of the post is seen on the homepageThanks a bunch, I have spent all day on this and finally got the answer on a simple youtube tutorial. But what you have posted is a god send now it can be utilized far more effectively.
Alex