2016-03-27 75 views
0

對於這個WordPress網站,我需要用邊界線替換圖片的鏈接。 enter image description hereWordPress主題 - 找不到樣式源文件

目前,它被設置爲一個黃色邊框線,當你將鼠標懸停在這樣的鏈接出現:enter image description here

enter image description here

enter image description here

我想行更改爲爪子我在插畫中創建的打印(這是一個關於狗的網站)。

enter image description here

正如你可以在第一個截圖中看到,這是一個鏈接是如何風格:

.fusion-main-menu > ul > li > a { 
color: #ffde15; 
} 

.fusion-main-menu > ul > li > a { 
border-top: 3px solid transparent; 
height: 83px: 
line-height: 83px; 
font-family: 'Raleway', Arial, Helvetica, sans-serif; 
font-weight: 700; 
font-size: 18px: 
} 

而且造型繼續...

enter image description here

enter image description here

enter image description here

正如我期待通過樣式表(style.css文件)的WordPress主題(阿瓦達索)我做了命令+ F此字符串,它的風格:

.fusion-main-menu > ul > li > a { 
border-top: 3px solid transparent; 
height: 83px: 
line-height: 83px; 
font-family: 'Raleway', Arial, Helvetica, sans-serif; 
font-weight: 700; 
font-size: 18px: 
} 

我需要改變「 border-top「:

background-image: url (images/"pawprint.png"); 

但是,確切的字符串無處可以在style.css中找到。我能找到

.fusion-main-menu > ul > li > a 

五次,但我無法找到一個有它裏面以下樣式:

{ 
border-top: 3px solid transparent; 
height: 83px: 
line-height: 83px; 
font-family: 'Raleway', Arial, Helvetica, sans-serif; 
font-weight: 700; 
font-size: 18px: 
} 

我注意到,在控制檯中顯示的前兩個風格「(指數) :90「作爲源,而其餘的樣式顯示」style.css「作爲源。什麼是「(索引):90」以及我在哪裏可以找到它,以便我可以進行適當的更改(通過使用兒童主題)?

+1

難道你不能只編輯Quick CSS區域,並使用相同的類來添加背景文件? (索引):90表示主題從某處拉CSS,並將其添加到文檔的中,內部爲