Fonts and layout
Quote from Ryan on March 7, 2019, 4:02 pmTry adding the font line to .status_body instead because it can't go through the iframe like that.
Try adding the font line to .status_body instead because it can't go through the iframe like that.
Quote from Atreiu on March 8, 2019, 5:51 amOk, perfect, thanks!
Ok, perfect, thanks!
Quote from Atreiu on March 8, 2019, 3:33 pmHi,
I have trouble changing the background of the body in some pages of the user. Is it possible to check another CSS file in addition to menu and style?
Thank you
Hi,
I have trouble changing the background of the body in some pages of the user. Is it possible to check another CSS file in addition to menu and style?
Thank you
Quote from Ryan on March 8, 2019, 4:05 pmThere is a /users/style.css which might affect some things but I believe the main.css also loads on that page.
Which page are you trying to change? You don't have to necessarily paste a link if you don't want to but if I knew what page I could test and see.
There is a /users/style.css which might affect some things but I believe the main.css also loads on that page.
Which page are you trying to change? You don't have to necessarily paste a link if you don't want to but if I knew what page I could test and see.
Quote from Ryan on March 8, 2019, 6:25 pmHmm that might be tables in those areas. It's possible the tables have a background color set directly on them somewhere. Wouldn't be surprised. You could try setting some CSS like
table,tr,td {background:transparent !important;}
Although that might affect the headings, not sure if they are tables or use thead or what.
I deleted your post because it had a bunch of html in it that was messing up the page.
Hmm that might be tables in those areas. It's possible the tables have a background color set directly on them somewhere. Wouldn't be surprised. You could try setting some CSS like
table,tr,td {background:transparent !important;}
Although that might affect the headings, not sure if they are tables or use thead or what.
I deleted your post because it had a bunch of html in it that was messing up the page.
Quote from Atreiu on March 8, 2019, 6:33 pmSorry I was wrong to put the (code) in the post, in fact I was editing it. You did well.
Yes, I think they are tables, I noticed, but the background lower is what I can not edit. Ok, I'm trying in the morning, here are the 12am, thanks a lot!
Sorry I was wrong to put the (code) in the post, in fact I was editing it. You did well.
Yes, I think they are tables, I noticed, but the background lower is what I can not edit. Ok, I'm trying in the morning, here are the 12am, thanks a lot!
Quote from Atreiu on March 9, 2019, 6:43 amHi,
Unfortunately nothing, I tried in different ways. It's like it resets automatically.
I tried to put "#000 !important;" or "#000;" in all.
I noticed that even the edge resets, but always and only the body.
On style editor
Hi,
Unfortunately nothing, I tried in different ways. It's like it resets automatically.
I tried to put "#000 !important;" or "#000;" in all.
I noticed that even the edge resets, but always and only the body.
On style editor
Quote from Atreiu on March 9, 2019, 9:42 amExcuse the ignorance, but the HTML of the page in which file is saved?
Because what I have in "Inspector " is not saved everything in style.css, if I open the files of the site *.php do not have HTML lines, clearly.
Excuse the ignorance, but the HTML of the page in which file is saved?
Because what I have in "Inspector " is not saved everything in style.css, if I open the files of the site *.php do not have HTML lines, clearly.
Quote from Atreiu on March 9, 2019, 10:03 amI read the guides and because the page is not "physically" a page. html, there should be no problem if I do an index. HTML for the home and an index. HTML for users, right?
So I solve the problem without messing with PHP
Https://milliondollarscript.com/page/4/?s=html
I read the guides and because the page is not "physically" a page. html, there should be no problem if I do an index. HTML for the home and an index. HTML for users, right?
So I solve the problem without messing with PHP
https://milliondollarscript.com/page/4/?s=html
Quote from Ryan on March 9, 2019, 10:18 amHmm, I'm not completely sure what most of what you're saying is. However if you're trying to change the background color of something you only should have to edit the main.css file.
If you can show me a screenshot or a link of what exactly you're trying to change I can give you some CSS to change it.
Hmm, I'm not completely sure what most of what you're saying is. However if you're trying to change the background color of something you only should have to edit the main.css file.
If you can show me a screenshot or a link of what exactly you're trying to change I can give you some CSS to change it.