Sol
New Member
Posts: 12
inherit
234359
0
May 26, 2023 13:30:17 GMT -8
Sol
12
July 2016
mistehj
|
Post by Sol on Sept 25, 2019 4:35:39 GMT -8
elliHello! Love the theme! Is it possible to swap out the lettered text in the banner to an image? If so, how would one do that? (I'm not great at the code side of things.) Thanks much!
|
|
inherit
224066
0
Sept 5, 2020 20:57:03 GMT -8
Reya
for the aesthetic
93
August 2015
icytail
|
Post by Reya on Nov 12, 2019 10:22:14 GMT -8
Hi again,
Another member and I have been trying to figure out how to make links bold on this site. Unfortunately, when we make them bold for some reason it changes the font of the link to Arial and makes it smaller than the rest of the site (the default font is Open Sans, not quite sure what the default size is, the two just don't match up) and by attempting to fix this I ended up reverting all of the changes by accident.
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Nov 12, 2019 11:44:00 GMT -8
Reya In your source, it looks like the value set for the font property on the a selector is not valid; it comes up as font: normal bolder. In order to use the CSS shorthand for font, you need to specify at least font-size and font-family, like this: font: 1em inherit; Where 1em is the font-size (equal to the font size of the surrounding text) and inherit is the font-family taken from the parent element. In the case of this theme, this is set using the link_font variable. In the unedited theme: @link_font: inherit; inherit in this context inherits all properties from the surrounding text: So you will want to set this variable to the following: @link_font: bold 1em inherit; Let me know if that helps.
|
|
inherit
224066
0
Sept 5, 2020 20:57:03 GMT -8
Reya
for the aesthetic
93
August 2015
icytail
|
Post by Reya on Nov 15, 2019 12:43:51 GMT -8
Reya In your source, it looks like the value set for the font property on the a selector is not valid; it comes up as font: normal bolder. In order to use the CSS shorthand for font, you need to specify at least font-size and font-family, like this: font: 1em inherit; Where 1em is the font-size (equal to the font size of the surrounding text) and inherit is the font-family taken from the parent element. In the case of this theme, this is set using the link_font variable. In the unedited theme: @link_font: inherit; inherit in this context inherits all properties from the surrounding text: So you will want to set this variable to the following: @link_font: bold 1em inherit; Let me know if that helps. Sorry it took me a while to respond, I've been pretty busy. So yeah, I have basically no experience with coding. Where are these values found, within the style sheet? I also discussed with some people and we've decided to go with underlining, am I correct in assuming that is just 'underline' or is it something else? Also, the Steelfish Regular font seems to have changed all of a sudden even across the board I did not modify, not sure if that has something to do with the theme or the font itself.
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Nov 15, 2019 15:34:48 GMT -8
Reya In the stylesheet, yeah. Admin > Themes > Advanced Styles & CSS > "Style Sheet", around line 171. To make the links underlined, you want to edit the variable directly below the one above: @link_decoration: none; Change none to underline. And sorry about the font. I upgraded the PHP version on my server and it somehow broke the CORS (cross-origin resource sharing) policy I had in place for fonts. I'm working on getting it fixed, hopefully by this weekend it'll be back to normal.
|
|
inherit
224066
0
Sept 5, 2020 20:57:03 GMT -8
Reya
for the aesthetic
93
August 2015
icytail
|
Post by Reya on Nov 15, 2019 16:12:49 GMT -8
Thank you so much! And no worries, I was just wondering :)
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Nov 15, 2019 18:54:14 GMT -8
Reya The font should be fixed now. Try clearing your browser cache and if you're still seeing anything weird, let me know.
|
|
inherit
224066
0
Sept 5, 2020 20:57:03 GMT -8
Reya
for the aesthetic
93
August 2015
icytail
|
Post by Reya on Nov 15, 2019 20:35:47 GMT -8
Seems to be working normally now, thanks!
|
|
inherit
224066
0
Sept 5, 2020 20:57:03 GMT -8
Reya
for the aesthetic
93
August 2015
icytail
|
Post by Reya on Nov 23, 2019 8:48:56 GMT -8
Back again, sorry!
So I put the link underlining into the main site, and it now seems underlining the links only works on the main page of the site. Is there anyway that it can effect everything, or possibly everything other than the main page of the site?
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Nov 23, 2019 12:13:30 GMT -8
Reya You're right, there's more variables for the .list tables around line 1139 of the stylesheet; @lists_links_decoration: none; ... @lists_hover_links_decoration: none; ... @lists_selected_links_decoration: none; There's also another for the containers around line 852, but it's @empty: @content_area_links_decoration: @empty;
|
|
inherit
224066
0
Sept 5, 2020 20:57:03 GMT -8
Reya
for the aesthetic
93
August 2015
icytail
|
Post by Reya on Nov 23, 2019 15:26:20 GMT -8
Thanks!
|
|
inherit
211240
0
Apr 23, 2022 5:45:02 GMT -8
blackears11
2
July 2014
blackears11
|
Post by blackears11 on Mar 7, 2022 1:28:06 GMT -8
Using Here Love this skin so much!!
|
|
inherit
255076
0
Feb 3, 2024 1:18:37 GMT -8
suzikane
42
May 2018
suzikane
|
Post by suzikane on Apr 4, 2022 3:10:08 GMT -8
Hopefully you can help me out! I'm creating a new forum with your beautiful layout. There are 2 things that boggles my mind, is the line underneath Welcome to Matthew Rhys Online and Updates....where can I change the length?
And where can I center the names of the categories??!
Cheers and thanks,
Suzette
|
|
inherit
254686
0
Sept 17, 2024 16:45:17 GMT -8
tjward
97
April 2018
tjward
|
Post by tjward on Jun 20, 2023 16:26:17 GMT -8
I would like to use this theme on my forum but the title of my forum isn't fitting in the header/banner. Is there any way to adjust the text so that the title will fit?
|
|