• Resolved danielkot

    (@danielkot)


    Hi,

    3 little question:

    1. Is it possible to put another, second logo, on a top right? Like basic logo, but in the opposite?

    2. How to make my (basic) logo clickable hiperlink?

    3. Where I can change the color from red to another, maybe blue?

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi Danielkot
    would it be possible that you put URL of the web here.
    Thanks
    Tahoe Rock

    Thread Starter danielkot

    (@danielkot)

    Thread Starter danielkot

    (@danielkot)

    …and question 4th: why WP spliting text on sites in wrong way? I mean there is no dash when word is ‘breaking’ and going to next line…

    Hi danielkot

    Thanks for use our theme

    Answer your 3 little question..

    First is Not possible use second logo, on a top right..best is use a big size image in header section.

    second is logo Hyperlink : –
    this feature is provided in our pro version.

    Third is Change color change red to blue : –

    Create a child theme using this link.

    after creating a child theme Create a css Folder.
    now Copy the default.css From Core Theme Directory into css folder of Your Child Theme directory.

    Now find this color of code #FA504B(Pink color) Replace all the instances of code #FA504B with the ‘#2423DB (Blue color)’ in the default.css file

    let we know for further assistance

    Thanks…

    Your theme author said you can’t have a 2nd logo.
    I think you can.
    In the header there is: <div class="container">
    In your child theme, add a background image to it, place it in the top right, norepeat.

    OR

    You could hack your header.php file, and add a 2nd logo just like the first, in addition give it an extra class “floatr”.
    and again in your style.css add:

    #floatr {
     float:right;
    }

    Theme Author webriti

    (@priyanshumittal)

    @rossmitchell

    Nothing is impossible!!!.

    Just go and edit the code in header.php.

    Thanks
    Priyanshu

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘3 quick question’ is closed to new replies.