Hi,
I wonder if it’s possible to make my logo as a text?
If I am doing it by changing logo show as title, the width is fixed and my text doesn’t fit.
1 Answers
Hello Phonecuts !
Of course, you can totally display Site Title in the Text instead of the logo in the DW Page, just log in to Dashboard > Appearance > Customize > Site Title & Tagline and adjust as shown below:
Then add the following code to the “Custom Code > Header Code”
<style>
.navbar .site-title .brand {
width: 170px;
}
</style>
Hope this helps !
Please login or Register to submit your answer