i put the
#spPostNewButtonBottom,
#spPostNewButtonBottom {
font-size:100%;
font-weight:bold;
}
in the End of file
It has not made any effect!!!
i put the
#spPostNewButtonBottom,
#spPostNewButtonBottom {
font-size:100%;
font-weight:bold;
}
in the End of file
It has not made any effect!!!
Firstly one of those should be #spPostNewButtonTop if you want to do both top and bottom buttons.
Secondly I thought you had already made a custom theme. Is this not the case? because if you HAVE made your own custom theme then there is no point in putting your style changes in the ‘default’ theme. You need to add them to your own.
I’m used to working like that
tell me the File name
Then Tell me what to do there
Then I’ll do it and get back to you with the result
so, please tell me what to do
1…….
2…….
3…….
It’s done!
It start with you… you have to tell us what there your are using and where its located… no way for us to know that info… I have given you the exact location but its within your theme… and even referenced where it would be if you were using default locations…
where are your themes located???? look in forum – integration – storage locations for where you are storing themes…
then tell us the name of your theme you are using…
not sure why its hard to understand that we cannot give you exact info without you sharing information too…
so you completely ignored us telling you to create your own theme? if so, when you update, dont be surprised if you lose your changes to our theme…
and you still did not tell me where you themes are located… but as previously said, will just assume the default location…
so then yeah, just like I said previously, you would add those styles to:
wp-content/sp-resources/forum-themes/default/styles/default.php
is the file where you would add the new styling we gave you for the add reply and add topic buttons… just checked again and does work… if you modify the css, be sure to clear your browser cache before looking…
yairoli said
i put the#spPostNewButtonBottom, #spPostNewButtonBottom { font-size:100%; font-weight:bold; } in the End of filewp-content/sp-resources/forum-themes/default/styles/default.php
It has not made any effect!!!
i put the
#spPostNewButtonBottom,
#spPostNewButtonBottom {
font-size:100%;
font-weight:bold;
}
in the End of file
first, a couple times, we told you the top one should
spPostNewButtonTop… did you clear your browser cache?
what’s the link again?
i put this in the End of Default.php
#spPostNewButtonBottom {
font-size:100%;
font-weight:bold;
border;2px;
}
it it OK?
what about this code
#spPostNewButtonBottom,
Where exactly i should put it?
as shown previously, put
#spPostNewButtonTop,
#spPostNewButtonBottom {
font-size:100%;
font-weight:bold;
border;2px;
}
in your default.php styles file… at the end if fine…