Created
November 20, 2017 22:13
-
-
Save AladinDridi/71ac491dfd72164b7995554b5fb72b01 to your computer and use it in GitHub Desktop.
eduma css js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.thim-right-bg-secondary-color:before { | |
background: #28317c; | |
} | |
.textwidget:nth-child(2) > p{ | |
display:none; | |
} | |
footer#colophon { | |
background: #28317c; | |
} | |
.thim-footer-info-4 .info .heading { | |
color: white; | |
} | |
var img = document.getElementsByClassName("alignnone size-full wp-image-10"); | |
img[0].setAttribute("src", "http://ey-web.com/citymath/wp-content/uploads/2017/11/logomathcity.png"); | |
var nm=document.getElementsByClassName("info")[0]; | |
var tagsearch=nm.getElementsByClassName("heading"); | |
var tag=tagsearch[0].getElementsByTagName("span"); | |
tag[0].textContent="CityMath"; | |
tagsearch[0].textContent="CityMath "; | |
var change=document.getElementsByClassName("content"); | |
var cls=change[0].getElementsByClassName("desc"); | |
cls[0].textContent="Une méthode différente , approuvée pour rendre les maths plus facile"; | |
var contactlist = document.getElementsByClassName("contact-list"); | |
var adrs=contactlist[0].getElementsByClassName("address"); | |
adrs[0].textContent=" 8 place de l'église 44240 La Chappelle-Sur-Erdre "; | |
adrs[0].setAttribute("class","fa fa-home"); | |
var tel=contactlist[0].getElementsByClassName("phone"); | |
tel[0].textContent=" 02 40 72 67 94"; | |
tel[0].setAttribute("class","fa fa-phone"); | |
var mail=contactlist[0].getElementsByClassName("email"); | |
mail[0].textContent=" [email protected]"; | |
mail[0].setAttribute("class","fa fa-envelope-o"); | |
var follow = document.getElementsByClassName("thim-social style-3"); | |
var widgtitle=follow[0].getElementsByClassName("widget-title"); | |
widgtitle[0].textContent="SUIVEZ NOUS"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment