0

I'm trying to change the font size of the subcategories on my website. It's wordpress based site with a premium press theme. I was told that this may be done on cPanel under php. However I'm not very good with scripts so I don't want to change anything that might harm my site the URL is http://worldtownimports.com . I've already tried changing the size in css but it has no affect. Any help would be appreciated, thanks.

4

1 に答える 1

1

CSSを使用したいのはどこですか。WordPress 内では、css を含むテーマ ファイルを編集できます。

Wordpress 内でファイルを編集するときは、エディターからコピーしてコンピューターのエディターに貼り付け、変更を加えてからすべて貼り付けることをお勧めします。

この変更を行うにはfont-size、それらの要素の属性を調整する必要があります。この場合、#objectClassifieds a;を変更します。これは 318 行目に表示されます。

完全なラインです。

#objectClassifieds a { text-decoration:none; }

属性を追加してfont-size: ;、px、パーセント、ems、またはその他の標準でフォントを指定できます。

(航空機、航空機部品などの Web サイト カテゴリの下にタグのブロックがあると想定されるサブカテゴリ)

于 2012-06-03T20:45:34.133 に答える